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