| 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..f4e9a23ebee1a659a4ca0dc63ce8c16dcc8befcd 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -554,6 +554,8 @@ void FrameView::setFrameRect(const IntRect& newRect) {
|
| // The overflow clip property depends on the frame size and the pre
|
| // translation property depends on the frame location.
|
| setNeedsPaintPropertyUpdate();
|
| + if (auto layoutViewItem = this->layoutViewItem())
|
| + layoutViewItem.setMayNeedPaintInvalidation();
|
| }
|
|
|
| if (frameSizeChanged) {
|
|
|