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

Unified Diff: ui/aura/client/screen_position_client.h

Issue 1922783002: Move gfx::Display/Screen to display::Display/Screen in aura/events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/aura/client/screen_position_client.h
diff --git a/ui/aura/client/screen_position_client.h b/ui/aura/client/screen_position_client.h
index 9dceb222e2f70d9df26397aa635a471ddd47865e..f6d5ad950a5a4c916a20179e9dd1314916f3e451 100644
--- a/ui/aura/client/screen_position_client.h
+++ b/ui/aura/client/screen_position_client.h
@@ -40,7 +40,7 @@ class AURA_EXPORT ScreenPositionClient {
// for finding out and translating the right coordinates for the |window|.
virtual void SetBounds(Window* window,
const gfx::Rect& bounds,
- const gfx::Display& display) = 0;
+ const display::Display& display) = 0;
};
// Sets/Gets the activation client on the Window.

Powered by Google App Engine
This is Rietveld 408576698