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 dff666dbb8d2659f3b0c9c4f396a28de44799dbe..fc45dbb5914da3f3b4c28d4b89a04babe9a6b745 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h |
@@ -53,7 +53,7 @@ private: |
void paint(const PaintInfo&, const LayoutPoint&) const final; |
void layout() final; |
- PaintInvalidationReason invalidatePaintIfNeeded(PaintInvalidationState&, const LayoutBoxModelObject&) final; |
+ PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) final; |
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectEmbeddedObject || LayoutPart::isOfType(type); } |
LayoutReplaced* embeddedReplacedContent() const final; |