| Index: third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| index c8ffa2fe714f02b862268d7a1710dc3ac5470d0b..585236735104ab1e555e2bc4d963485341a84405 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| @@ -117,7 +117,7 @@ void SVGPaintContext::applyCompositingIfNecessary() {
|
| : WebBlendModeNormal;
|
| if (opacity < 1 || blendMode != WebBlendModeNormal) {
|
| const FloatRect compositingBounds =
|
| - m_object.paintInvalidationRectInLocalSVGCoordinates();
|
| + m_object.visualRectInLocalSVGCoordinates();
|
| m_compositingRecorder = wrapUnique(new CompositingRecorder(
|
| paintInfo().context, m_object,
|
| WebCoreCompositeToSkiaComposite(CompositeSourceOver, blendMode),
|
|
|