| Index: Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGResourcePaintServer.h b/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| index 5ed7eb2b088a29ce1d60d402eb92acbc14f0721b..2b80234f21f2c1bdf64cadb8e60d261f370a137c 100644
|
| --- a/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| +++ b/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| @@ -34,8 +34,6 @@ enum LayoutSVGResourceMode {
|
| ApplyToStrokeMode,
|
| };
|
|
|
| -class GraphicsContext;
|
| -class GraphicsContextStateSaver;
|
| class LayoutObject;
|
| class LayoutSVGResourcePaintServer;
|
| class ComputedStyle;
|
| @@ -50,7 +48,6 @@ public:
|
| static bool existsForLayoutObject(const LayoutObject&, const ComputedStyle&, LayoutSVGResourceMode);
|
|
|
| void applyToSkPaint(SkPaint&, float paintAlpha);
|
| - void apply(GraphicsContext&, LayoutSVGResourceMode, float paintAlpha, GraphicsContextStateSaver&);
|
|
|
| static SVGPaintServer invalid() { return SVGPaintServer(Color(Color::transparent)); }
|
| bool isValid() const { return m_color != Color::transparent; }
|
|
|