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

Unified Diff: ui/views/mouse_watcher_view_host.cc

Issue 1915363002: Rename gfx::Display/Screen to display::Display/Screen in views/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanups Created 4 years, 8 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/views/examples/examples_main.cc ('k') | ui/views/mus/display_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mouse_watcher_view_host.cc
diff --git a/ui/views/mouse_watcher_view_host.cc b/ui/views/mouse_watcher_view_host.cc
index ac02b3cf4bf8c72b7f3668bc0e68a7c265b6c353..fdf88dd9a340476a74205394fee46a34cce0d849 100644
--- a/ui/views/mouse_watcher_view_host.cc
+++ b/ui/views/mouse_watcher_view_host.cc
@@ -4,7 +4,7 @@
#include "ui/views/mouse_watcher_view_host.h"
-#include "ui/gfx/screen.h"
+#include "ui/display/screen.h"
#include "ui/views/view.h"
#include "ui/views/widget/widget.h"
@@ -49,7 +49,7 @@ bool MouseWatcherViewHost::IsMouseOverWindow() {
if (!widget)
return false;
- return gfx::Screen::GetScreen()->GetWindowUnderCursor() ==
+ return display::Screen::GetScreen()->GetWindowUnderCursor() ==
widget->GetNativeWindow();
}
« no previous file with comments | « ui/views/examples/examples_main.cc ('k') | ui/views/mus/display_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698