| Index: third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| index 87d409de78d721b1c3e255034868a8dec739476f..74c193b11adefd8c891352ee2f6f25f8d04ef6d9 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| @@ -66,7 +66,7 @@ class ClipRectsContext {
|
| ClipRectsContext(const PaintLayer* root,
|
| ClipRectsCacheSlot slot,
|
| OverlayScrollbarClipBehavior overlayScrollbarClipBehavior =
|
| - IgnoreOverlayScrollbarSize,
|
| + IgnorePlatformOverlayScrollbarSize,
|
| const LayoutSize& accumulation = LayoutSize())
|
| : rootLayer(root),
|
| overlayScrollbarClipBehavior(overlayScrollbarClipBehavior),
|
|
|