| 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 4a8be7c8a84577cc77a86aabdca99a22d45ea750..d9b8bb7ebea04cd5b4eac3b774ade6793ef6b7bd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -196,7 +196,7 @@ protected:
|
|
|
| virtual InlineTextBox* createTextBox(int start, unsigned short length); // Subclassed by SVG.
|
|
|
| - void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason, const LayoutRect* paintInvalidationRect) const override;
|
| + void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const override;
|
|
|
| private:
|
| void computePreferredLogicalWidths(float leadWidth);
|
|
|