| 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 a9bf563afd6ff8392f729bf1bd3d0e86431abbb9..c8ffa2fe714f02b862268d7a1710dc3ac5470d0b 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| @@ -62,8 +62,9 @@ bool SVGPaintContext::applyClipMaskAndFilterIfNecessary() {
|
| m_applyClipMaskAndFilterIfNecessaryCalled = true;
|
| #endif
|
|
|
| - // When rendering clip paths as masks, only geometric operations should be included so skip
|
| - // non-geometric operations such as compositing, masking, and filtering.
|
| + // When rendering clip paths as masks, only geometric operations should be
|
| + // included so skip non-geometric operations such as compositing, masking, and
|
| + // filtering.
|
| if (paintInfo().isRenderingClipPathAsMaskImage()) {
|
| DCHECK(!m_object.isSVGRoot());
|
| applyClipIfNecessary();
|
|
|