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