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

Unified Diff: Source/core/rendering/svg/SVGRenderSupport.h

Issue 657553002: Fold SVGRenderSupport::fillOrStrokePath into only user (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/core/rendering/svg/SVGRenderSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/SVGRenderSupport.h
diff --git a/Source/core/rendering/svg/SVGRenderSupport.h b/Source/core/rendering/svg/SVGRenderSupport.h
index d3133030fb7e564239cc0a2c06860b9e9ab788b2..07f0f82df44837b7dd4b6ca18c9f0757e1679bef 100644
--- a/Source/core/rendering/svg/SVGRenderSupport.h
+++ b/Source/core/rendering/svg/SVGRenderSupport.h
@@ -90,9 +90,6 @@ public:
// Previous state will be saved (if needed) using |stateSaver|.
static bool updateGraphicsContext(GraphicsContextStateSaver&, RenderStyle*, RenderObject&, unsigned resourceModeFlags);
- // Fill and/or stroke the provided |path|.
- static void fillOrStrokePath(GraphicsContext*, unsigned short resourceMode, const Path&);
-
// Determines if any ancestor's transform has changed.
static bool transformToRootChanged(RenderObject*);
« no previous file with comments | « no previous file | Source/core/rendering/svg/SVGRenderSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698