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

Unified Diff: ui/views/widget/desktop_aura/desktop_screen_position_client.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
Index: ui/views/widget/desktop_aura/desktop_screen_position_client.cc
diff --git a/ui/views/widget/desktop_aura/desktop_screen_position_client.cc b/ui/views/widget/desktop_aura/desktop_screen_position_client.cc
index cf49c96fca4547debb4a48bcab445233f9d60650..6096b4e10797dd8fa0a299c5db14e4b3ca5040be 100644
--- a/ui/views/widget/desktop_aura/desktop_screen_position_client.cc
+++ b/ui/views/widget/desktop_aura/desktop_screen_position_client.cc
@@ -34,7 +34,7 @@ DesktopScreenPositionClient::~DesktopScreenPositionClient() {
void DesktopScreenPositionClient::SetBounds(aura::Window* window,
const gfx::Rect& bounds,
- const gfx::Display& display) {
+ const display::Display& display) {
// TODO(jam): Use the 3rd parameter, |display|.
aura::Window* root = window->GetRootWindow();
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_screen_position_client.h ('k') | ui/views/widget/desktop_aura/desktop_screen_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698