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

Unified Diff: ash/test/mirror_window_test_api.h

Issue 201573015: Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
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 bef8a9fb395a0cfcdae2a0081106c4475837948c..c18c2a71d3fcabe3923b86f2df60e99ddf4dc101 100644
--- a/ash/test/mirror_window_test_api.h
+++ b/ash/test/mirror_window_test_api.h
@@ -9,7 +9,6 @@
#include "base/memory/scoped_ptr.h"
namespace aura {
-class RootWindowTransformer;
class Window;
class WindowTreeHost;
}
@@ -19,6 +18,8 @@ class Point;
}
namespace ash {
+class RootWindowTransformer;
+
namespace test {
class MirrorWindowTestApi {
@@ -32,7 +33,7 @@ class MirrorWindowTestApi {
const gfx::Point& GetCursorHotPoint() const;
const aura::Window* GetCursorWindow() const;
- scoped_ptr<aura::RootWindowTransformer>
+ scoped_ptr<RootWindowTransformer>
CreateCurrentRootWindowTransformer() const;
private:

Powered by Google App Engine
This is Rietveld 408576698