| 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 c1e3110ff107cdaaa14b2d85bf729f161a5df7a7..4bd251c5c7dc6db0a55d95c38897c38bc9441fae 100644
 | 
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
 | 
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
 | 
| @@ -4257,6 +4257,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()
 | 
| 
 |