| Index: Source/core/layout/LayoutImage.h
|
| diff --git a/Source/core/layout/LayoutImage.h b/Source/core/layout/LayoutImage.h
|
| index a4a2d8106711ec330b7eadb42471fdb745e2e78d..9cc79da8c409329c058034dec12cdb78b8731449 100644
|
| --- a/Source/core/layout/LayoutImage.h
|
| +++ b/Source/core/layout/LayoutImage.h
|
| @@ -79,7 +79,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); }
|
|
|
|
|