| 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 492bf53c724189e1f92a42cb33d534474a8cdf2f..190d429857d56fb52514f2aeda725f75f41c1bf7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| @@ -72,6 +72,9 @@ public:
|
|
|
| void paint(const PaintInfo&, const LayoutPoint&) const override;
|
|
|
| + // Replaced objects often have contents to paint.
|
| + bool paintedOutputOfObjectHasNoEffect() const final { return false; }
|
| +
|
| struct IntrinsicSizingInfo {
|
| STACK_ALLOCATED();
|
| IntrinsicSizingInfo() : hasWidth(true), hasHeight(true) {}
|
|
|