| 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 303f0fd6395abe905f48ad6953833ca174e661c7..847432e8fb67c7663c317704b498fe48698c023a 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -4258,6 +4258,8 @@ void FrameView::updateThrottlingStatus()
|
| if (parentFrame->isLocalFrame() && toLocalFrame(parentFrame)->view() && toLocalFrame(parentFrame)->view()->canThrottleRendering())
|
| m_subtreeThrottled = true;
|
| }
|
| + m_frame->frameScheduler()->setFrameVisible(!m_hiddenForThrottling);
|
| + m_frame->frameScheduler()->setCrossOrigin(m_crossOriginForThrottling);
|
| }
|
|
|
| void FrameView::notifyRenderThrottlingObserversForTesting()
|
|
|