| Index: third_party/WebKit/Source/core/layout/LayoutView.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| index a93e2540f79191f9f6fe6b803ad23e2cf4ddd55f..97662cf320e5b382f748a4e66bc96245f9bcafab 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -222,7 +222,7 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
| }
|
|
|
| LayoutRect visualOverflowRect() const override;
|
| - LayoutRect localOverflowRectForPaintInvalidation() const override;
|
| + LayoutRect localVisualRect() const override;
|
|
|
| // Invalidates paint for the entire view, including composited descendants,
|
| // but not including child frames.
|
|
|