| Index: third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| index 406b31152cbee096462c1c6484d77a2a56023026..4b7ec71a96a08c91adb139d538eb9f97245060f8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| @@ -54,10 +54,10 @@ class LayoutEmbeddedObject : public LayoutPart {
|
| void paintContents(const PaintInfo&, const LayoutPoint&) const final;
|
| void paintReplaced(const PaintInfo&, const LayoutPoint&) const final;
|
| void paint(const PaintInfo&, const LayoutPoint&) const final;
|
| + PaintInvalidationReason invalidatePaintIfNeeded(
|
| + const PaintInvalidatorContext&) const final;
|
|
|
| void layout() final;
|
| - PaintInvalidationReason invalidatePaintIfNeeded(
|
| - const PaintInvalidationState&) final;
|
|
|
| bool isOfType(LayoutObjectType type) const override {
|
| return type == LayoutObjectEmbeddedObject || LayoutPart::isOfType(type);
|
|
|