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

Unified Diff: ash/display/display_configuration_controller.h

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_color_manager_chromeos.cc ('k') | ash/display/display_configuration_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_configuration_controller.h
diff --git a/ash/display/display_configuration_controller.h b/ash/display/display_configuration_controller.h
index 7efa1a5a616131ae5d854541eeee0b7e3bb230d2..64358da09ac446d3e9cf348a3b6a80194b9f5397 100644
--- a/ash/display/display_configuration_controller.h
+++ b/ash/display/display_configuration_controller.h
@@ -11,7 +11,7 @@
#include "ash/display/window_tree_host_manager.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
namespace display {
class DisplayLayout;
@@ -51,8 +51,8 @@ class ASH_EXPORT DisplayConfigurationController
// Sets the display's rotation with animation if available.
void SetDisplayRotation(int64_t display_id,
- gfx::Display::Rotation rotation,
- gfx::Display::RotationSource source,
+ display::Display::Rotation rotation,
+ display::Display::RotationSource source,
bool user_action);
// Sets the primary display id.
« no previous file with comments | « ash/display/display_color_manager_chromeos.cc ('k') | ash/display/display_configuration_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698