| 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 3d38bd6d0db07fa38e392fd7846bc2e89b230393..1021689506bcd69819102184a62f45d1df1d8cee 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -5144,6 +5144,8 @@ void Document::beginLifecycleUpdatesIfRenderingReady() {
|
| // explicitly request them.
|
| if (frame->isMainFrame())
|
| frame->page()->chromeClient().beginLifecycleUpdates();
|
| + if (frame->view())
|
| + frame->view()->setupRenderThrottling();
|
| }
|
| }
|
|
|
|
|