| Index: third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp b/third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp
|
| index c727e7962728870d41e8c6ac3a269926b5cc1fd5..fbd3b6e791df811dd8ff956b66cfa6517c013cd6 100644
|
| --- a/third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp
|
| @@ -602,8 +602,8 @@ TEST_F(MediaControlsRotateToFullscreenDelegateTest,
|
| EXPECT_TRUE(GetVideo().paused());
|
| EXPECT_FALSE(ObservedVisibility());
|
|
|
| - // Rotate screen to portrait. This relies on the screen orientation no longer
|
| - // being locked by MediaControlsOrientationLockDelegate.
|
| + // Rotate screen to portrait. This relies on the screen orientation not being
|
| + // locked by MediaControlsOrientationLockDelegate (which has its own tests).
|
| RotateTo(kWebScreenOrientationPortraitPrimary);
|
|
|
| // Should exit fullscreen.
|
| @@ -632,8 +632,8 @@ TEST_F(MediaControlsRotateToFullscreenDelegateTest,
|
| EXPECT_TRUE(GetVideo().paused());
|
| EXPECT_FALSE(ObservedVisibility());
|
|
|
| - // Rotate screen to portrait. This relies on the screen orientation no longer
|
| - // being locked by MediaControlsOrientationLockDelegate.
|
| + // Rotate screen to landscape. This relies on the screen orientation not being
|
| + // locked by MediaControlsOrientationLockDelegate (which has its own tests).
|
| RotateTo(kWebScreenOrientationLandscapePrimary);
|
|
|
| // Should exit fullscreen.
|
|
|