Index: third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h b/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h |
index 204a706d6bba46285396739d43256701f8815c6d..ca367de0f981b705d9cfcf78eb871ad1465aec8c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h |
@@ -38,7 +38,7 @@ public: |
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectCanvas || LayoutReplaced::isOfType(type); } |
PaintLayerType layerTypeRequired() const override; |
- PaintInvalidationReason invalidatePaintIfNeeded(PaintInvalidationState&, const LayoutBoxModelObject&) final; |
+ PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) final; |
void canvasSizeChanged(); |