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

Unified Diff: ui/display/test/test_screen.h

Issue 2645353004: ViewRoot class for event forwarding on Android (Closed)
Patch Set: comments Created 3 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
Index: ui/display/test/test_screen.h
diff --git a/ui/display/test/test_screen.h b/ui/display/test/test_screen.h
index 5672e7d0ae1dd76003d7a328bbefbd1bc83c1dde..3528acc30103b4b335a08d71f037d9d9bee2e547 100644
--- a/ui/display/test/test_screen.h
+++ b/ui/display/test/test_screen.h
@@ -30,6 +30,10 @@ class TestScreen : public ScreenBase {
bool IsWindowUnderCursor(gfx::NativeWindow window) override;
gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) override;
Display GetDisplayNearestWindow(gfx::NativeView view) const override;
+#if defined(OS_ANDROID)
+ Display GetDisplayNearestWindowAndroid(gfx::NativeWindow window)
+ const override;
+#endif
private:
DISALLOW_COPY_AND_ASSIGN(TestScreen);
« ui/display/screen.h ('K') | « ui/display/screen.h ('k') | ui/display/test/test_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698