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

Unified Diff: Source/WebCore/rendering/svg/RenderSVGPath.h

Issue 8222009: Revert 91125 - 2011-07-15 Rob Buis <rbuis@rim.com> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 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 | « Source/WebCore/platform/graphics/GraphicsContext.h ('k') | Source/WebCore/rendering/svg/RenderSVGPath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/rendering/svg/RenderSVGPath.h
===================================================================
--- Source/WebCore/rendering/svg/RenderSVGPath.h (revision 97063)
+++ Source/WebCore/rendering/svg/RenderSVGPath.h (working copy)
@@ -33,7 +33,6 @@
namespace WebCore {
class FloatPoint;
-class GraphicsContextStateSaver;
class RenderSVGContainer;
class SVGStyledTransformableElement;
@@ -69,11 +68,6 @@
FloatRect calculateMarkerBoundsIfNeeded();
void updateCachedBoundaries();
- void setupSquareCapPath(Path*& usePath, int& applyMode);
- bool setupNonScalingStrokePath(Path*& usePath, GraphicsContextStateSaver&);
- bool shouldStrokeZeroLengthSubpath() const;
- FloatRect zeroLengthSubpathRect() const;
-
private:
virtual AffineTransform localTransform() const { return m_localTransform; }
void fillAndStrokePath(GraphicsContext*);
« no previous file with comments | « Source/WebCore/platform/graphics/GraphicsContext.h ('k') | Source/WebCore/rendering/svg/RenderSVGPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698