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