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 5bf31587930deefad20acae200e2e77b9287bb30..49847fa8c1fdccd30b02bddad4adb72cb8a87c02 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
@@ -3331,7 +3331,7 @@ void CompositedLayerMapping::paintScrollableArea( |
// scrollbars paint in the space of their containing frame. |
IntPoint scrollCornerAndResizerLocation = |
scrollableArea->scrollCornerAndResizerRect().location(); |
- CullRect cullRect(enclosingIntRect(interestRect)); |
+ CullRect cullRect(interestRect); |
ScrollableAreaPainter(*scrollableArea) |
.paintScrollCorner(builder.context(), -scrollCornerAndResizerLocation, |
cullRect); |