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

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

Issue 2645353004: ViewRoot class for event forwarding on Android (Closed)
Patch Set: fix tests Created 3 years, 11 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..e7c945c950f6b25bfa76a6d3f8e9d7b12ebe886a 100644
--- a/ui/display/test/test_screen.h
+++ b/ui/display/test/test_screen.h
@@ -30,6 +30,8 @@ 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;
+ Display GetDisplayNearestWindowAndroid(gfx::NativeWindow window)
boliu 2017/01/24 23:47:13 OS_ANDROID
Jinsuk Kim 2017/01/25 02:34:34 Done.
+ const override;
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