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

Unified Diff: ash/display/root_window_transformers.h

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build Created 4 years, 4 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: ash/display/root_window_transformers.h
diff --git a/ash/display/root_window_transformers.h b/ash/display/root_window_transformers.h
index b5b5c1b56246f5116d85a4b2d1a9d14057896f8d..1feecc84261387fbad0bc6743ced8b20707876cf 100644
--- a/ash/display/root_window_transformers.h
+++ b/ash/display/root_window_transformers.h
@@ -20,8 +20,11 @@ class Rect;
class Transform;
}
+namespace ui {
+class ManagedDisplayInfo;
+}
+
namespace ash {
-class DisplayInfo;
class RootWindowTransformer;
ASH_EXPORT RootWindowTransformer* CreateRootWindowTransformerForDisplay(
@@ -33,8 +36,8 @@ ASH_EXPORT RootWindowTransformer* CreateRootWindowTransformerForDisplay(
// and |mirror_display_info| specifies the display used to
// mirror the content.
ASH_EXPORT RootWindowTransformer* CreateRootWindowTransformerForMirroredDisplay(
- const DisplayInfo& source_display_info,
- const DisplayInfo& mirror_display_info);
+ const ui::ManagedDisplayInfo& source_display_info,
+ const ui::ManagedDisplayInfo& mirror_display_info);
// Creates a RootWindowTransformers for unified desktop mode.
// |screen_bounds| specifies the unified desktop's bounds and

Powered by Google App Engine
This is Rietveld 408576698