| 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 7d1fe25faf147fe4e8e93c863f00cbc97a2c663b..1bf4d589b06d2890d45ca5b022e894dc3754af93 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -128,7 +128,7 @@ public:
|
| void absoluteQuads(Vector<FloatQuad>&) const override;
|
|
|
| LayoutRect viewRect() const override;
|
| - LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const override;
|
| + LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const override;
|
|
|
| bool shouldDoFullPaintInvalidationForNextLayout() const;
|
| bool doingFullPaintInvalidation() const;
|
|
|