// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/aura/test/window_test_api.h" #include "ui/aura/window_event_dispatcher.h" #include "ui/aura/window_tree_host.h" namespace aura { namespace test { WindowTestApi::WindowTestApi(Window* window) : … { … } bool WindowTestApi::OwnsLayer() const { … } bool WindowTestApi::ContainsMouse() const { … } void WindowTestApi::DisableFrameSinkRegistration() { … } void WindowTestApi::SetOcclusionState(aura::Window::OcclusionState state) { … } } // namespace test } // namespace aura