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

Unified Diff: ui/display/screen_base.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/screen_base.h ('k') | ui/display/test/test_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/screen_base.cc
diff --git a/ui/display/screen_base.cc b/ui/display/screen_base.cc
index 297f9108958d827bb1a1c6e3c142e4092c75037d..1180a1f420028781d156340b5b1a045d75a6de1a 100644
--- a/ui/display/screen_base.cc
+++ b/ui/display/screen_base.cc
@@ -38,7 +38,7 @@ Display ScreenBase::GetPrimaryDisplay() const {
return *iter;
}
-Display ScreenBase::GetDisplayNearestWindow(gfx::NativeView view) const {
+Display ScreenBase::GetDisplayNearestWindow(gfx::NativeWindow window) const {
// TODO(riajiang): Implement this for multi-displays either here or in
// ScreenMus.
NOTIMPLEMENTED();
« no previous file with comments | « ui/display/screen_base.h ('k') | ui/display/test/test_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698