| Index: third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGShapePainter.h b/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| index 3befb8f505744b6833c11a611dcb36edf6cc4c88..412ebac100bfe960b0bc752e6f070a3d3536e2c3 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| @@ -6,10 +6,9 @@
|
| #define SVGShapePainter_h
|
|
|
| #include "third_party/skia/include/core/SkPath.h"
|
| +#include "skia/ext/cdl_common.h"
|
| #include "wtf/Allocator.h"
|
|
|
| -class SkPaint;
|
| -
|
| namespace blink {
|
|
|
| class FloatRect;
|
| @@ -29,8 +28,8 @@ class SVGShapePainter {
|
| void paint(const PaintInfo&);
|
|
|
| private:
|
| - void fillShape(GraphicsContext&, const SkPaint&, SkPath::FillType);
|
| - void strokeShape(GraphicsContext&, const SkPaint&);
|
| + void fillShape(GraphicsContext&, const CdlPaint&, SkPath::FillType);
|
| + void strokeShape(GraphicsContext&, const CdlPaint&);
|
|
|
| void paintMarkers(const PaintInfo&, const FloatRect& boundingBox);
|
| void paintMarker(const PaintInfo&,
|
|
|