| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index e3c6e83a079b087481dbfc59f9e235e0f2f0aa05..e1ad08d7026e2ef07b579e153d9c3f164aceb41a 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -556,6 +556,9 @@ void FrameView::setFrameRect(const IntRect& newRect) {
|
| setNeedsPaintPropertyUpdate();
|
| }
|
|
|
| + if (auto layoutViewItem = this->layoutViewItem())
|
| + layoutViewItem.setMayNeedPaintInvalidation();
|
| +
|
| if (frameSizeChanged) {
|
| viewportSizeChanged(newRect.width() != oldRect.width(),
|
| newRect.height() != oldRect.height());
|
|
|