Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(669)

Unified Diff: third_party/WebKit/Source/core/paint/SVGShapePainter.h

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&,
« no previous file with comments | « third_party/WebKit/Source/core/paint/SVGPaintContext.cpp ('k') | third_party/WebKit/Source/core/paint/SVGShapePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698