| 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 1f2dc1664ef60438b577c8194d1332cac48f48d7..07a5a920fed02b36565d10fc20cf9e8a71ae0f79 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| @@ -233,7 +233,7 @@ bool SVGPaintContext::paintForLayoutObject(
|
| const ComputedStyle& style,
|
| const LayoutObject& layoutObject,
|
| LayoutSVGResourceMode resourceMode,
|
| - SkPaint& paint,
|
| + PaintFlags& paint,
|
| const AffineTransform* additionalPaintServerTransform) {
|
| if (paintInfo.isRenderingClipPathAsMaskImage()) {
|
| if (resourceMode == ApplyToStrokeMode)
|
|
|