Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h |
index 6999217e7af279e50b1a066455b2c2d173ab3840..c8b7ebaf025c5be422efed2c0f2a4ab3cac45bc7 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h |
@@ -27,8 +27,6 @@ |
#include "platform/transforms/AffineTransform.h" |
#include "wtf/Allocator.h" |
-class SkPaint; |
- |
namespace blink { |
enum LayoutSVGResourceMode { |
@@ -55,7 +53,8 @@ class SVGPaintServer { |
const ComputedStyle&, |
LayoutSVGResourceMode); |
- void applyToSkPaint(SkPaint&, float paintAlpha); |
+ // TODO(enne): rename this |
+ void applyToSkPaint(PaintFlags&, float paintAlpha); |
static SVGPaintServer invalid() { |
return SVGPaintServer(Color(Color::transparent)); |