| 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 9f5199c61b4e2b6d4ea99b0760c87b72dd0b3fc1..bc8bdca58135c8f5967e1dda70d623203374c493 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| @@ -53,7 +53,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.
|
|
|