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

Unified Diff: ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h

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/view.cc ('k') | ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h
diff --git a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h
index 7f228a1ca690304ef0c5ebc83d0021e0d2e006e6..d01e171d21f539a50ba1d81028ed5bde0f162e7a 100644
--- a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h
+++ b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h
@@ -17,6 +17,10 @@ namespace gfx {
class Display;
}
+namespace display {
+using Display = gfx::Display;
+}
+
namespace ui {
class CursorLoader;
}
@@ -39,7 +43,7 @@ class VIEWS_EXPORT DesktopCursorLoaderUpdater {
// Called when the display has changed (as we may need to reload the cursor
// assets in response to a device scale factor or rotation change).
- virtual void OnDisplayUpdated(const gfx::Display& display,
+ virtual void OnDisplayUpdated(const display::Display& display,
ui::CursorLoader* loader) = 0;
};
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698