| Index: third_party/WebKit/Source/core/style/StylePath.h
|
| diff --git a/third_party/WebKit/Source/core/style/StylePath.h b/third_party/WebKit/Source/core/style/StylePath.h
|
| index c6489f6d66f77d810eee765cf78402d6a81f973c..14f3e0daed1f28184d8669ad916b3b9f488fb7dc 100644
|
| --- a/third_party/WebKit/Source/core/style/StylePath.h
|
| +++ b/third_party/WebKit/Source/core/style/StylePath.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef StylePath_h
|
| #define StylePath_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -17,7 +18,7 @@ class CSSValue;
|
| class Path;
|
| class SVGPathByteStream;
|
|
|
| -class StylePath : public RefCounted<StylePath> {
|
| +class CORE_EXPORT StylePath : public RefCounted<StylePath> {
|
| public:
|
| static PassRefPtr<StylePath> create(std::unique_ptr<SVGPathByteStream>);
|
| ~StylePath();
|
|
|