| 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 2c66c7fbb2425bf2044c7481d8139126d63bbd75..c595c9ce65df225c11c2bd9ac0c7e474697ad047 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| @@ -224,7 +224,7 @@ bool SVGPaintContext::paintForLayoutObject(const PaintInfo& paintInfo, const Com
|
| // something down the paint pipe may want to farther tweak the color
|
| // filter, which could yield incorrect results. (Consider just using
|
| // saveLayer() w/ this color filter explicitly instead.)
|
| - paint.setColorFilter(paintInfo.context.colorFilter());
|
| + paint.setColorFilter(sk_ref_sp(paintInfo.context.colorFilter()));
|
| return true;
|
| }
|
|
|
|
|