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