| Index: ash/display/display_manager.h
|
| diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
|
| index 092d2b002961288a666af8254c5029df6edf93e5..1643ce864790583cb24e179f351a09f2f1133305 100644
|
| --- a/ash/display/display_manager.h
|
| +++ b/ash/display/display_manager.h
|
| @@ -152,7 +152,9 @@ class ASH_EXPORT DisplayManager
|
| void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip);
|
|
|
| // Sets the display's rotation.
|
| - void SetDisplayRotation(int64 display_id, gfx::Display::Rotation rotation);
|
| + void SetDisplayRotation(int64 display_id,
|
| + gfx::Display::Rotation rotation,
|
| + gfx::Display::RotationSource source);
|
|
|
| // Sets the display's ui scale. Returns true if it's successful, or
|
| // false otherwise. TODO(mukai): remove this and merge into
|
|
|