| Index: Source/platform/graphics/PathTraversalState.h
|
| diff --git a/Source/core/platform/graphics/PathTraversalState.h b/Source/platform/graphics/PathTraversalState.h
|
| similarity index 96%
|
| rename from Source/core/platform/graphics/PathTraversalState.h
|
| rename to Source/platform/graphics/PathTraversalState.h
|
| index cbdadf7f057ee287851d24b5a1bda4d81689dbaa..e2ecbe8d15b51b8af90138c532d3e68d3b9f2ea9 100644
|
| --- a/Source/core/platform/graphics/PathTraversalState.h
|
| +++ b/Source/platform/graphics/PathTraversalState.h
|
| @@ -26,11 +26,12 @@
|
| #ifndef PathTraversalState_h
|
| #define PathTraversalState_h
|
|
|
| +#include "platform/PlatformExport.h"
|
| #include "platform/geometry/FloatPoint.h"
|
|
|
| namespace WebCore {
|
|
|
| -class PathTraversalState {
|
| +class PLATFORM_EXPORT PathTraversalState {
|
| public:
|
| enum PathTraversalAction {
|
| TraversalTotalLength,
|
|
|