Index: third_party/WebKit/Source/core/dom/Document.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp |
index 144707c24ad8cbf0b2f71577088c1a93e9fa319c..bb6e9613c9252ca024e8eecc850a273be0be701a 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -5157,6 +5157,8 @@ void Document::beginLifecycleUpdatesIfRenderingReady() { |
// explicitly request them. |
if (frame->isMainFrame()) |
frame->page()->chromeClient().beginLifecycleUpdates(); |
+ if (frame->view()) |
+ frame->view()->setupRenderThrottling(); |
} |
} |