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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathConsumer.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
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/svg/SVGPathParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGPathConsumer.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPathConsumer.h b/third_party/WebKit/Source/core/svg/SVGPathConsumer.h
index 398411d969df86625f53900a18dcfa36e3dc9d65..e3c43310d84e0bb7008d4652cec818987149d5ea 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathConsumer.h
+++ b/third_party/WebKit/Source/core/svg/SVGPathConsumer.h
@@ -24,6 +24,7 @@
#ifndef SVGPathConsumer_h
#define SVGPathConsumer_h
+#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "wtf/FastAllocBase.h"
#include "wtf/Noncopyable.h"
@@ -32,7 +33,7 @@ namespace blink {
struct PathSegmentData;
-class SVGPathConsumer {
+class CORE_EXPORT SVGPathConsumer {
WTF_MAKE_NONCOPYABLE(SVGPathConsumer);
STACK_ALLOCATED();
public:
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/svg/SVGPathParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698