summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp')
-rw-r--r--third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
index a2c16fc..ab2d550 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
@@ -474,7 +474,7 @@ static void projectRectsToGraphicsLayerSpaceRecursive(
if (compositedLayer->layoutObject()->hasOverflowClip())
rect.move(compositedLayer->layoutBox()->scrolledContentOffset());
}
- PaintLayer::mapRectInPaintInvalidationContainerToBacking(compositedLayer->layoutObject(), rect);
+ PaintLayer::mapRectInPaintInvalidationContainerToBacking(*compositedLayer->layoutObject(), rect);
glRects->append(rect);
}
}