| Index: third_party/WebKit/Source/core/paint/SVGClipPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp b/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp
|
| index 8f4b92d9fc957dec53bef763b923f476fe1a25d9..324b0717f1992dd3dbe2819a2cc8a8569ea94cf0 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp
|
| @@ -48,7 +48,7 @@ bool SVGClipPainter::prepareEffect(const LayoutObject& target,
|
|
|
| m_clip.clearInvalidationMask();
|
|
|
| - if (visualRect.isEmpty() || m_clip.hasCycle())
|
| + if (m_clip.hasCycle())
|
| return false;
|
|
|
| SVGClipExpansionCycleHelper inClipExpansionChange(m_clip);
|
|
|