| 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 c595c9ce65df225c11c2bd9ac0c7e474697ad047..5b9b8014a78c5b8f757e4f3be907345a7b40f29f 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| @@ -147,7 +147,7 @@ bool SVGPaintContext::applyMaskIfNecessary(SVGResources* resources)
|
| bool SVGPaintContext::applyFilterIfNecessary(SVGResources* resources)
|
| {
|
| if (!resources) {
|
| - if (m_object.style()->svgStyle().hasFilter())
|
| + if (m_object.style()->hasFilter())
|
| return false;
|
| } else if (LayoutSVGResourceFilter* filter = resources->filter()) {
|
| m_filterRecordingContext = adoptPtr(new SVGFilterRecordingContext(paintInfo().context));
|
|
|