| Index: third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| index 8645e8bc4304fb397260bd78b47111d9c5b9db96..19ae3988e697a2c12509ca68ef72f648931f95f4 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| @@ -48,7 +48,7 @@ TEST_P(PaintLayerClipperTest, LayoutSVGRoot) {
|
| PaintLayer* targetPaintLayer =
|
| toLayoutBoxModelObject(target->layoutObject())->layer();
|
| ClipRectsContext context(document().layoutView()->layer(), UncachedClipRects,
|
| - IgnoreOverlayScrollbarSize,
|
| + IgnorePlatformOverlayScrollbarSize,
|
| LayoutSize(FloatSize(0.25, 0.35)));
|
| // When RLS is enabled, the LayoutView will have a composited scrolling layer,
|
| // so don't apply an overflow clip.
|
|
|