| Index: sky/engine/core/frame/FrameView.cpp
|
| diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
|
| index 2adb01b7cc07656bd3ad25c570481632eb3e8df6..13bfc6b79e5f81f7f070526a8ace6cacb25f20a6 100644
|
| --- a/sky/engine/core/frame/FrameView.cpp
|
| +++ b/sky/engine/core/frame/FrameView.cpp
|
| @@ -32,7 +32,6 @@
|
| #include "core/dom/DocumentMarkerController.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| -#include "core/fetch/ResourceLoadPriorityOptimizer.h"
|
| #include "core/frame/FrameHost.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/Settings.h"
|
| @@ -291,8 +290,6 @@ void FrameView::performLayout(RenderObject* rootForThisLayout, bool inSubtreeLay
|
| rootForThisLayout->layout();
|
| gatherDebugLayoutRects(rootForThisLayout);
|
|
|
| - ResourceLoadPriorityOptimizer::resourceLoadPriorityOptimizer()->updateAllImageResourcePriorities();
|
| -
|
| lifecycle().advanceTo(DocumentLifecycle::AfterPerformLayout);
|
| }
|
|
|
|
|