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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 months 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..d71fd140958a4e85163c7f98b2299c2d0b15e716 100644
--- a/third_party/WebKit/Source/core/paint/SVGShapePainter.h
+++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.h
@@ -5,11 +5,10 @@
#ifndef SVGShapePainter_h
#define SVGShapePainter_h
+#include "platform/graphics/paint/PaintFlags.h"
#include "third_party/skia/include/core/SkPath.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 PaintFlags&, SkPath::FillType);
+ void strokeShape(GraphicsContext&, const PaintFlags&);
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