| Index: third_party/WebKit/Source/core/layout/LayoutImage.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutImage.h b/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| index c94f70ec3a089436e08e6f09d3b6f8498249b0c2..540b7ad9397c31add1c2349d9c1e71ec38fb8f58 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| @@ -88,7 +88,6 @@ protected:
|
| void paint(const PaintInfo&, const LayoutPoint&) const final;
|
|
|
| void layout() override;
|
| - bool updateImageLoadingPriorities() final;
|
|
|
| bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectLayoutImage || LayoutReplaced::isOfType(type); }
|
|
|
|
|