| Index: third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.h b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| index 21176755b4282c8b6e44bd5ef3ab9d6d04618011..18e8e1507ecd4309baa0c9ceae2067ba0c181d19 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| @@ -78,7 +78,7 @@ class CORE_EXPORT LayoutReplaced : public LayoutBox {
|
| void paint(const PaintInfo&, const LayoutPoint&) const override;
|
|
|
| // Replaced objects often have contents to paint.
|
| - bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const final {
|
| + bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override {
|
| return false;
|
| }
|
|
|
|
|