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

Unified Diff: ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.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
Index: ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
diff --git a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
index d0be0944fabcddf8e453b1c94d72f3a25336c3ac..65490dd8c6c728d3bd1f13d51bc524479cbb6d11 100644
--- a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
+++ b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
@@ -18,7 +18,7 @@ class DesktopCursorLoaderUpdaterAuraLinux : public DesktopCursorLoaderUpdater {
// Overridden from DesktopCursorLoaderUpdater:
void OnCreate(float device_scale_factor, ui::CursorLoader* loader) override;
- void OnDisplayUpdated(const gfx::Display& display,
+ void OnDisplayUpdated(const display::Display& display,
ui::CursorLoader* loader) override;
};

Powered by Google App Engine
This is Rietveld 408576698