| Index: athena/screen/public/screen_manager.h
|
| diff --git a/athena/screen/public/screen_manager.h b/athena/screen/public/screen_manager.h
|
| index df1dfe3a6629bbf6a7fc16dc4da2abe38204958d..0594d57138da96f72437d30f99f171fbf97c6db2 100644
|
| --- a/athena/screen/public/screen_manager.h
|
| +++ b/athena/screen/public/screen_manager.h
|
| @@ -67,6 +67,7 @@ class ATHENA_EXPORT ScreenManager {
|
| // TODO(flackr): Extract and use ash DisplayManager to set rotation
|
| // instead: http://crbug.com/401044.
|
| virtual void SetRotation(gfx::Display::Rotation rotation) = 0;
|
| + virtual void SetRotationLocked(bool rotation_locked) = 0;
|
|
|
| // Returns the LayerAnimator to use to animate the entire screen (e.g. fade
|
| // screen to white).
|
|
|