| 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 73880dbddda3cc841bde9eeda01740e7c6e2842f..9c334dcb6457a40570ff9c7a084c4473def8ec1c 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2984,6 +2984,7 @@ void FrameView::setParent(Widget* parentView)
|
| toFrameView(parent())->adjustScrollbarsAvoidingResizerCount(m_scrollbarsAvoidingResizer);
|
|
|
| updateScrollableAreaSet();
|
| + updateThrottlingStatus();
|
| setNeedsUpdateViewportIntersection();
|
| }
|
|
|
|
|