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

Unified Diff: Source/core/svg/SVGPathUtilities.h

Issue 1014473003: Drop declarations without matching definitions from SVGPathUtilities.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathUtilities.h
diff --git a/Source/core/svg/SVGPathUtilities.h b/Source/core/svg/SVGPathUtilities.h
index 8630bd75fdbe93ae32163ff90784a25d6f7412a5..b91bc14866976cfe7537eac4a30f45c86ec84962 100644
--- a/Source/core/svg/SVGPathUtilities.h
+++ b/Source/core/svg/SVGPathUtilities.h
@@ -22,28 +22,22 @@
#include "core/svg/SVGPathConsumer.h"
#include "platform/geometry/FloatPoint.h"
-#include "platform/heap/Handle.h"
-#include "wtf/OwnPtr.h"
#include "wtf/text/WTFString.h"
namespace blink {
class Path;
class SVGPathByteStream;
-class SVGPathSeg;
-class SVGPathSegList;
// String/SVGPathByteStream -> Path
bool buildPathFromString(const String&, Path&);
bool buildPathFromByteStream(const SVGPathByteStream&, Path&);
-// SVGPathSegList/String -> SVGPathByteStream
-bool appendSVGPathByteStreamFromSVGPathSeg(PassRefPtrWillBeRawPtr<SVGPathSeg>, SVGPathByteStream&, PathParsingMode);
+// String -> SVGPathByteStream
bool buildSVGPathByteStreamFromString(const String&, SVGPathByteStream&, PathParsingMode);
-// SVGPathByteStream/SVGPathSegList -> String
+// SVGPathByteStream -> String
bool buildStringFromByteStream(const SVGPathByteStream&, String&, PathParsingMode);
-bool buildStringFromSVGPathSegList(PassRefPtrWillBeRawPtr<SVGPathSegList>, String&, PathParsingMode);
bool addToSVGPathByteStream(SVGPathByteStream&, const SVGPathByteStream&, unsigned repeatCount = 1);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698