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

Unified Diff: ui/wm/test/wm_test_helper.h

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: ui/wm/test/wm_test_helper.h
diff --git a/ui/wm/test/wm_test_helper.h b/ui/wm/test/wm_test_helper.h
index c0c09f606735b1d9166c330d12aca4d0d397ce3f..bec19459b5f1ccdcd2ec305a1c0feecaeab8487a 100644
--- a/ui/wm/test/wm_test_helper.h
+++ b/ui/wm/test/wm_test_helper.h
@@ -15,7 +15,9 @@ class Window;
class WindowTreeHost;
namespace client {
class DefaultCaptureClient;
+class DispatcherClient;
class FocusClient;
+class ScreenPositionClient;
}
}
@@ -54,6 +56,8 @@ class WMTestHelper : public aura::client::WindowTreeClient {
scoped_ptr<wm::CompoundEventFilter> root_window_event_filter_;
scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
scoped_ptr<aura::client::FocusClient> focus_client_;
+ scoped_ptr<aura::client::ScreenPositionClient> screen_position_client_;
+ scoped_ptr<aura::client::DispatcherClient> dispatcher_client_;
DISALLOW_COPY_AND_ASSIGN(WMTestHelper);
};

Powered by Google App Engine
This is Rietveld 408576698