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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathStringBuilder.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/SVGPathStringBuilder.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
index aa032481d1baa64f227f519592fbe1e8e03e450f..7dd5e8f039fadfcb52a117fed89d66fe858d9735 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
+++ b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
@@ -20,12 +20,13 @@
#ifndef SVGPathStringBuilder_h
#define SVGPathStringBuilder_h
+#include "core/CoreExport.h"
#include "core/svg/SVGPathConsumer.h"
#include "wtf/text/StringBuilder.h"
namespace blink {
-class SVGPathStringBuilder final : public SVGPathConsumer {
+class CORE_EXPORT SVGPathStringBuilder final : public SVGPathConsumer {
public:
String result();
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathSource.h ('k') | third_party/WebKit/Source/core/svg/SVGPathStringSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698