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

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

Issue 2688113002: Make ViewRoot the top of the ViewAndroid tree (Closed)
Patch Set: - 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..3707b56e76d163c4bb488508f9195530beaaf5ed 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