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

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

Issue 2751833004: Reland "Add display::GetDisplayNearestView" (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ui/display/test/test_screen.h ('k') | ui/display/win/screen_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/test/test_screen.cc
diff --git a/ui/display/test/test_screen.cc b/ui/display/test/test_screen.cc
index 63e3740d5af20c562947d046d07503b07f76e3f6..1293a28020c54380c255296c1d9f4b94b305f7d6 100644
--- a/ui/display/test/test_screen.cc
+++ b/ui/display/test/test_screen.cc
@@ -28,7 +28,7 @@ gfx::NativeWindow TestScreen::GetWindowAtScreenPoint(const gfx::Point& point) {
return nullptr;
}
-Display TestScreen::GetDisplayNearestWindow(gfx::NativeView view) const {
+Display TestScreen::GetDisplayNearestWindow(gfx::NativeWindow window) const {
return GetPrimaryDisplay();
}
« no previous file with comments | « ui/display/test/test_screen.h ('k') | ui/display/win/screen_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698