| Index: third_party/WebKit/Source/core/svg/SVGPathSource.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathSource.h b/third_party/WebKit/Source/core/svg/SVGPathSource.h
|
| index d3b0e5c1cca1249155adef6d81b540b1f605ff8b..d8b8849168bd912aa74074c127060208a1e95d55 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathSource.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathSource.h
|
| @@ -20,11 +20,12 @@
|
| #ifndef SVGPathSource_h
|
| #define SVGPathSource_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/svg/SVGPathSeg.h"
|
|
|
| namespace blink {
|
|
|
| -class SVGPathSource {
|
| +class CORE_EXPORT SVGPathSource {
|
| WTF_MAKE_NONCOPYABLE(SVGPathSource);
|
| STACK_ALLOCATED();
|
| public:
|
|
|