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

Unified Diff: Source/core/layout/svg/LayoutSVGResourcePaintServer.h

Issue 1070703002: Explicitly use SkPaint(s) in SVGInlineTextBoxPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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: 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; }
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp » ('j') | Source/core/paint/SVGPaintContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698