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 ca367de0f981b705d9cfcf78eb871ad1465aec8c..443e4992f27e37ebd94d54decae594a49d1da2e1 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h |
@@ -38,7 +38,8 @@ public: |
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectCanvas || LayoutReplaced::isOfType(type); } |
PaintLayerType layerTypeRequired() const override; |
- PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) final; |
+ |
+ PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidatorContext&) const final; |
void canvasSizeChanged(); |