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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathParser.h

Issue 1413953002: Add unit test for SVG path parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop line-wrap. Created 5 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
Index: third_party/WebKit/Source/core/svg/SVGPathParser.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPathParser.h b/third_party/WebKit/Source/core/svg/SVGPathParser.h
index 8610efbd38308efcffbe627cd801b614664c80e8..39b23799c198e4e656e6277c864330e953ec9d9e 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathParser.h
+++ b/third_party/WebKit/Source/core/svg/SVGPathParser.h
@@ -24,6 +24,7 @@
#ifndef SVGPathParser_h
#define SVGPathParser_h
+#include "core/CoreExport.h"
#include "core/svg/SVGPathSeg.h"
#include "platform/heap/Handle.h"
@@ -37,7 +38,7 @@ enum PathParsingMode {
class SVGPathConsumer;
class SVGPathSource;
-class SVGPathParser final {
+class CORE_EXPORT SVGPathParser final {
WTF_MAKE_NONCOPYABLE(SVGPathParser);
STACK_ALLOCATED();
public:
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathConsumer.h ('k') | third_party/WebKit/Source/core/svg/SVGPathParserTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698