| 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 fccdf4bdaf1c8e542bce67dcd3cdb97429682eef..2674d8016f485c5e0a0060df6c0d36e940dc13d0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -173,8 +173,7 @@
|
| LayoutRect viewRect() const override;
|
| LayoutRect overflowClipRect(
|
| const LayoutPoint& location,
|
| - OverlayScrollbarClipBehavior =
|
| - IgnorePlatformOverlayScrollbarSize) const override;
|
| + OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const override;
|
|
|
| LayoutState* layoutState() const { return m_layoutState; }
|
|
|
|
|