| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index 1afbdd50c8a54e05a41e280ec55417e96db4f7a2..51f69501f35c08b913af9da549e20d498271718e 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -327,9 +327,7 @@ protected:
|
| void dirtyForLayoutFromPercentageHeightDescendants(SubtreeLayoutScope&);
|
|
|
| virtual void layout() OVERRIDE;
|
| - virtual void didLayout(ResourceLoadPriorityOptimizer&) OVERRIDE;
|
| - virtual void didScroll(ResourceLoadPriorityOptimizer&) OVERRIDE;
|
| - void updateStyleImageLoadingPriorities(ResourceLoadPriorityOptimizer&);
|
| + virtual bool updateImageLoadingPriorities() OVERRIDE FINAL;
|
|
|
| void layoutPositionedObjects(bool relayoutChildren, bool fixedPositionObjectsOnly = false);
|
| void markFixedPositionObjectForLayoutIfNeeded(RenderObject* child, SubtreeLayoutScope&);
|
|
|