Index: Source/core/rendering/RenderListMarker.cpp |
diff --git a/Source/core/rendering/RenderListMarker.cpp b/Source/core/rendering/RenderListMarker.cpp |
index db3d58dfbe150de23c1d450db7898b45c1b2baa3..5ddb1f9e7aee337b5a4834bb6ec9535b07e7c7f7 100644 |
--- a/Source/core/rendering/RenderListMarker.cpp |
+++ b/Source/core/rendering/RenderListMarker.cpp |
@@ -1629,8 +1629,8 @@ LayoutRect RenderListMarker::selectionRectForPaintInvalidation(const RenderLayer |
RootInlineBox& root = inlineBoxWrapper()->root(); |
LayoutRect rect(0, root.selectionTop() - y(), width(), root.selectionHeight()); |
- |
- return localToContainerQuad(FloatRect(rect), paintInvalidationContainer).enclosingBoundingBox(); |
+ mapRectToPaintInvalidationBacking(paintInvalidationContainer, rect, 0); |
+ return rect; |
} |
} // namespace blink |