| Index: Source/core/rendering/RenderText.cpp
|
| diff --git a/Source/core/rendering/RenderText.cpp b/Source/core/rendering/RenderText.cpp
|
| index 7831ec08d7c743f4c926bca09d0ece6c070c5aa2..631e04185047b57b04b0d775b6a4522706392dd9 100644
|
| --- a/Source/core/rendering/RenderText.cpp
|
| +++ b/Source/core/rendering/RenderText.cpp
|
| @@ -1629,6 +1629,9 @@ LayoutRect RenderText::selectionRectForPaintInvalidation(const RenderLayerModelO
|
| }
|
|
|
| mapRectToPaintInvalidationBacking(paintInvalidationContainer, rect, 0);
|
| + // FIXME: groupedMapping() leaks the squashing abstraction.
|
| + if (paintInvalidationContainer->layer()->groupedMapping())
|
| + RenderLayer::mapRectToPaintBackingCoordinates(paintInvalidationContainer, rect);
|
| return rect;
|
| }
|
|
|
|
|