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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathStringSource.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/SVGPathStringSource.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPathStringSource.h b/third_party/WebKit/Source/core/svg/SVGPathStringSource.h
index 482546cb9390604d32cbd6f9a010549eb2da8244..e8916de33dfa14219608076c7708ed475550c246 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathStringSource.h
+++ b/third_party/WebKit/Source/core/svg/SVGPathStringSource.h
@@ -21,12 +21,13 @@
#ifndef SVGPathStringSource_h
#define SVGPathStringSource_h
+#include "core/CoreExport.h"
#include "core/svg/SVGPathSource.h"
#include "wtf/text/WTFString.h"
namespace blink {
-class SVGPathStringSource final : public SVGPathSource {
+class CORE_EXPORT SVGPathStringSource final : public SVGPathSource {
public:
explicit SVGPathStringSource(const String&);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h ('k') | third_party/WebKit/Source/core/svg/SVGPathStringSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698