Index: Source/core/rendering/RenderImage.h |
diff --git a/Source/core/rendering/RenderImage.h b/Source/core/rendering/RenderImage.h |
index 07452bd3b031f477f3bced71aa886d290269c1c4..690cfabe40bb21d5fdbeec86a47a1e0ec6519723 100644 |
--- a/Source/core/rendering/RenderImage.h |
+++ b/Source/core/rendering/RenderImage.h |
@@ -76,9 +76,7 @@ protected: |
void paintIntoRect(GraphicsContext*, const LayoutRect&); |
virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL; |
virtual void layout() OVERRIDE; |
- virtual void didLayout(ResourceLoadPriorityOptimizer&) OVERRIDE; |
- virtual void didScroll(ResourceLoadPriorityOptimizer&) OVERRIDE; |
- void updateImageLoadingPriority(ResourceLoadPriorityOptimizer&); |
+ virtual bool updateImageLoadingPriorities() OVERRIDE FINAL; |
virtual void intrinsicSizeChanged() OVERRIDE |
{ |