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 42c5d329f5468042daab32c27a1ff15c5329b456..0aaea72ab6d05bb709ffc5f965c301e9e1b83209 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
@@ -2224,7 +2224,7 @@ IntRect CompositedLayerMapping::recomputeInterestRect(const GraphicsLayer* graph |
LayoutView* rootView = anchorLayoutObject->view(); |
while (rootView->frame()->ownerLayoutObject()) |
rootView = rootView->frame()->ownerLayoutObject()->view(); |
- anchorLayoutObject->mapToVisibleRectInAncestorSpace(rootView, visibleContentRect, 0); |
+ anchorLayoutObject->mapToVisibleRectInAncestorSpace(rootView, visibleContentRect, 0, false); |
visibleContentRect.intersect(LayoutRect(rootView->frameView()->visibleContentRect())); |
IntRect enclosingGraphicsLayerBounds(enclosingIntRect(graphicsLayerBounds)); |