| 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 0f0e896ba5cfe4d1d0a269a8cad069ea9d99eb82..c9df93ce832380a2cfed560d03c36d41f8549023 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| @@ -118,7 +118,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),
|
|
|