| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index fdfc0b1b0dbb7e4ad7b41a94f1517ee5198219a0..9e457dc98414c13958b42b97bd7d62abee4744df 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -1919,7 +1919,7 @@ void WebViewImpl::resizeWithBrowserControls(const WebSize& newSize,
|
| bool isRotation =
|
| page()->settings().getMainFrameResizesAreOrientationChanges() &&
|
| m_size.width && contentsSize().width() && newSize.width != m_size.width &&
|
| - !m_fullscreenController->isFullscreen();
|
| + !m_fullscreenController->isFullscreenOrTransitioning();
|
| m_size = newSize;
|
|
|
| FloatSize viewportAnchorCoords(viewportAnchorCoordX, viewportAnchorCoordY);
|
|
|