Chromium Code Reviews| Index: ash/rotator/screen_rotation_animator.h |
| diff --git a/ash/rotator/screen_rotation_animator.h b/ash/rotator/screen_rotation_animator.h |
| index 055e755906dc483d95f4da29cc666749d893eb66..88f297cd67f96db8bae438ed0a5e5cef2aee9ae8 100644 |
| --- a/ash/rotator/screen_rotation_animator.h |
| +++ b/ash/rotator/screen_rotation_animator.h |
| @@ -18,7 +18,8 @@ class ASH_EXPORT ScreenRotationAnimator { |
| ~ScreenRotationAnimator(); |
| // Rotates |display_| to the |new_rotation| orientation. |
|
tdanderson
2015/04/13 22:44:46
nit: Update documentation here to mention what |so
jonross
2015/04/15 17:43:12
Done.
|
| - void Rotate(gfx::Display::Rotation new_rotation); |
| + void Rotate(gfx::Display::Rotation new_rotation, |
| + gfx::Display::RotationSource source); |
| private: |
| // The id of the display to rotate. |