| Index: ash/display/root_window_transformers.h
|
| diff --git a/ash/display/root_window_transformers.h b/ash/display/root_window_transformers.h
|
| index 61ccea7f7a622505a8cdc17c3567eaba9ed07be4..88e1aa16e9d1ec6732dcd754a3a2d4b1f27db9e4 100644
|
| --- a/ash/display/root_window_transformers.h
|
| +++ b/ash/display/root_window_transformers.h
|
| @@ -17,13 +17,17 @@ class Rect;
|
| class Transform;
|
| }
|
|
|
| +namespace display {
|
| +using Display = gfx::Display;
|
| +}
|
| +
|
| namespace ash {
|
| class DisplayInfo;
|
| class RootWindowTransformer;
|
|
|
| ASH_EXPORT RootWindowTransformer* CreateRootWindowTransformerForDisplay(
|
| aura::Window* root,
|
| - const gfx::Display& display);
|
| + const display::Display& display);
|
|
|
| // Creates a RootWindowTransformers for mirror root window.
|
| // |source_display_info| specifies the display being mirrored,
|
| @@ -38,7 +42,7 @@ ASH_EXPORT RootWindowTransformer* CreateRootWindowTransformerForMirroredDisplay(
|
| // |display| specifies the display used to mirror the unified desktop.
|
| ASH_EXPORT RootWindowTransformer* CreateRootWindowTransformerForUnifiedDesktop(
|
| const gfx::Rect& screen_bounds,
|
| - const gfx::Display& display);
|
| + const display::Display& display);
|
|
|
| } // namespace ash
|
|
|
|
|