Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: ash/test/mirror_window_test_api.h

Issue 184903003: Window ownership -> WindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ash/test/mirror_window_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/mirror_window_test_api.h
diff --git a/ash/test/mirror_window_test_api.h b/ash/test/mirror_window_test_api.h
index 72f062cbfd6c769d0436daaa78d50dab63e2a07a..bef8a9fb395a0cfcdae2a0081106c4475837948c 100644
--- a/ash/test/mirror_window_test_api.h
+++ b/ash/test/mirror_window_test_api.h
@@ -11,7 +11,7 @@
namespace aura {
class RootWindowTransformer;
class Window;
-class WindowEventDispatcher;
+class WindowTreeHost;
}
namespace gfx {
@@ -26,7 +26,7 @@ class MirrorWindowTestApi {
MirrorWindowTestApi() {}
~MirrorWindowTestApi() {}
- const aura::WindowEventDispatcher* GetDispatcher() const;
+ const aura::WindowTreeHost* GetHost() const;
int GetCurrentCursorType() const;
const gfx::Point& GetCursorHotPoint() const;
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ash/test/mirror_window_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698