| 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 5a38b9ab974ac9936100501fc2aeb538eb86621e..312c9842292b7f45151ffc8879c1e8306f929d18 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -2287,7 +2287,7 @@ IntRect CompositedLayerMapping::recomputeInterestRect(const GraphicsLayer* graph
|
| LayoutView* rootView = anchorLayoutObject->view();
|
| while (rootView->frame()->ownerLayoutObject())
|
| rootView = rootView->frame()->ownerLayoutObject()->view();
|
| - anchorLayoutObject->mapRectToPaintInvalidationBacking(rootView, visibleContentRect, 0);
|
| + anchorLayoutObject->mapToVisibleRectInContainerSpace(rootView, visibleContentRect, 0);
|
| visibleContentRect.intersect(LayoutRect(rootView->frameView()->visibleContentRect()));
|
|
|
| // Map the visible content rect from screen space to local graphics layer space.
|
|
|