| 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 1bf4d589b06d2890d45ca5b022e894dc3754af93..0441c819b882d8cb9a9747634e2098a4ccd319b7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -185,6 +185,7 @@ public:
|
| void invalidateTreeIfNeeded(const PaintInvalidationState&) final;
|
|
|
| LayoutRect visualOverflowRect() const override;
|
| + LayoutRect localOverflowRectForPaintInvalidation() const override;
|
|
|
| // Invalidates paint for the entire view, including composited descendants, but not including child frames.
|
| // It is very likely you do not want to call this method.
|
|
|