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

Unified Diff: ash/display/display_configuration_controller.cc

Issue 1924703002: Rename gfx::Display/Screen to display::Display/Screen in ash (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
« no previous file with comments | « ash/display/display_configuration_controller.h ('k') | ash/display/display_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_configuration_controller.cc
diff --git a/ash/display/display_configuration_controller.cc b/ash/display/display_configuration_controller.cc
index d5f57a9c277427038c32542e21a6600d9ee2cc4d..24385e54e6ba3ab46f4a2fa51acfa43c691e38ce 100644
--- a/ash/display/display_configuration_controller.cc
+++ b/ash/display/display_configuration_controller.cc
@@ -97,8 +97,8 @@ void DisplayConfigurationController::SetMirrorMode(bool mirror,
void DisplayConfigurationController::SetDisplayRotation(
int64_t display_id,
- gfx::Display::Rotation rotation,
- gfx::Display::RotationSource source,
+ display::Display::Rotation rotation,
+ display::Display::RotationSource source,
bool user_action) {
ash::ScreenRotationAnimator screen_rotation_animator(display_id);
if (user_action && screen_rotation_animator.CanAnimate())
« no previous file with comments | « ash/display/display_configuration_controller.h ('k') | ash/display/display_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698