Index: third_party/WebKit/Source/core/layout/LayoutText.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h |
index 92356ff2c4e60361b46fdf53f6864dd07f43ace4..a95025dd144481071e4bd6fd12ac68949b1b687e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutText.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutText.h |
@@ -192,7 +192,7 @@ protected: |
virtual InlineTextBox* createTextBox(int start, unsigned short length); // Subclassed by SVG. |
- void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const override; |
+ void invalidateDisplayItemClients(PaintInvalidationReason) const override; |
private: |
void computePreferredLogicalWidths(float leadWidth); |