| 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 4ae8ed5733835bdae2077a919bed1922114b91fc..b6dd0aabde1685029a34a53a3e4c38746002188f 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();
|
| }
|
| }
|
|
|
|
|