Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
index 6ce1b8229fb2a95ac06a021f5e904db9727bb4cb..0645208d1fa338e0688aa0a29473aa1032e207a0 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
@@ -52,7 +52,7 @@ public: |
private: |
InlineFlowBox* createInlineFlowBox() final; |
- void invalidateTreeIfNeeded(PaintInvalidationState&) final; |
+ void invalidateTreeIfNeeded(const PaintInvalidationState&) final; |
void willBeDestroyed() final; |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) final; |