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

Unified Diff: headless/lib/browser/headless_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 | « headless/lib/browser/headless_screen.h ('k') | ui/android/display_android_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_screen.cc
diff --git a/headless/lib/browser/headless_screen.cc b/headless/lib/browser/headless_screen.cc
index 1d32988580020e55f620f26771c0a5c212b55c92..1ee6b64a754b08ea02f9a826f2792a889ac9a0df 100644
--- a/headless/lib/browser/headless_screen.cc
+++ b/headless/lib/browser/headless_screen.cc
@@ -37,7 +37,7 @@ gfx::NativeWindow HeadlessScreen::GetWindowAtScreenPoint(
}
display::Display HeadlessScreen::GetDisplayNearestWindow(
- gfx::NativeView window) const {
+ gfx::NativeWindow window) const {
return GetPrimaryDisplay();
}
« no previous file with comments | « headless/lib/browser/headless_screen.h ('k') | ui/android/display_android_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698