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 cc83b514471d14e942883e0c04633ff53089ecfa..8b29508ef0279cc8dba82277bbb402dfcba21f9b 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp |
@@ -234,7 +234,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) |