| 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 a53b22a96d295d8740979dde24bf5f893a7e9ea3..cfa37465ad4ba29420de969b5b53d1fbddeb0aee 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -275,7 +275,7 @@ class CORE_EXPORT LayoutText : public LayoutObject {
|
| bool isText() const =
|
| delete; // This will catch anyone doing an unnecessary check.
|
|
|
| - LayoutRect localOverflowRectForPaintInvalidation() const override;
|
| + LayoutRect localVisualRect() const override;
|
|
|
| void checkConsistency() const;
|
|
|
|
|