| Index: third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegate.cpp
|
| diff --git a/third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegate.cpp b/third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegate.cpp
|
| index adee413a406a4faab29c31d0bf50bea83e861ec8..6eacf40eac32c11ae05fb93ade24575c5f841334 100644
|
| --- a/third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegate.cpp
|
| +++ b/third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegate.cpp
|
| @@ -167,7 +167,7 @@ void MediaControlsRotateToFullscreenDelegate::OnScreenOrientationChange() {
|
|
|
| SimpleOrientation video_orientation = ComputeVideoOrientation();
|
|
|
| - // Ignore videos that are square/small/etc.
|
| + // Ignore videos that are too small or of unknown size.
|
| if (video_orientation == SimpleOrientation::kUnknown)
|
| return;
|
|
|
|
|