Index: third_party/WebKit/Source/platform/graphics/Path.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/Path.cpp b/third_party/WebKit/Source/platform/graphics/Path.cpp |
index cf5baae2ed3218bad19fa73bcd46377f008b1e93..8b852c76663b627ce5520333421a9df85f67dea8 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Path.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/Path.cpp |
@@ -86,7 +86,7 @@ bool Path::contains(const FloatPoint& point, WindRule rule) const { |
// FIXME: this method ignores the CTM and may yield inaccurate results for large |
// scales. |
SkPath Path::strokePath(const StrokeData& strokeData) const { |
- SkPaint paint; |
+ PaintFlags paint; |
strokeData.setupPaint(&paint); |
// Skia stroke resolution scale. This is multiplied by 4 internally |