| 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 1c5a232c8702b26dbebe6ea95105e9841e7339b6..cf0f8504548f21ba87be3c792504903e473333bd 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&) final;
|
|
|
| void layout() override;
|
| - bool updateImageLoadingPriorities() final;
|
|
|
| bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectLayoutImage || LayoutReplaced::isOfType(type); }
|
|
|
|
|