| 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 0745e5ecd4c3c98ca12b92afb53bcf891b9ab379..814bc8dee90126083732949b52bab035c317d526 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.
|
|
|