| 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 e3103a94ad19db21d1f1ece99d82016c58aacfc0..ceee3156fa792208cb3fe6b0f19e7178d9c823e5 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);
|
|
|