| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index 183c283f6643d581e622967a72eaaa90dd9ddf8c..c715a2954ec4c2eafbe10594703a5a5c310ac30e 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -550,7 +550,7 @@ void CompositedLayerMapping::
|
| // FIXME: this should use cached clip rects, but this sometimes give
|
| // inaccurate results (and trips the ASSERTS in PaintLayerClipper).
|
| ClipRectsContext clipRectsContext(compositingAncestor, UncachedClipRects,
|
| - IgnoreOverlayScrollbarSize);
|
| + IgnorePlatformOverlayScrollbarSize);
|
| clipRectsContext.setIgnoreOverflowClip();
|
|
|
| ClipRect clipRect;
|
| @@ -1162,7 +1162,7 @@ void CompositedLayerMapping::updateAncestorClippingLayerGeometry(
|
|
|
| ClipRectsContext clipRectsContext(compositingContainer,
|
| PaintingClipRectsIgnoringOverflowClip,
|
| - IgnoreOverlayScrollbarSize);
|
| + IgnorePlatformOverlayScrollbarSize);
|
|
|
| ClipRect parentClipRect;
|
| m_owningLayer.clipper(PaintLayer::DoNotUseGeometryMapper)
|
|
|