Index: Source/platform/transforms/SkewTransformOperation.h |
diff --git a/Source/core/platform/graphics/transforms/SkewTransformOperation.h b/Source/platform/transforms/SkewTransformOperation.h |
similarity index 95% |
rename from Source/core/platform/graphics/transforms/SkewTransformOperation.h |
rename to Source/platform/transforms/SkewTransformOperation.h |
index c64f8c85f0dea1eb7eb0a70c3a1ab9c7728e8976..889c5484298c6ba70d9daad7d1b93258aee3d6cf 100644 |
--- a/Source/core/platform/graphics/transforms/SkewTransformOperation.h |
+++ b/Source/platform/transforms/SkewTransformOperation.h |
@@ -25,11 +25,11 @@ |
#ifndef SkewTransformOperation_h |
#define SkewTransformOperation_h |
-#include "core/platform/graphics/transforms/TransformOperation.h" |
+#include "platform/transforms/TransformOperation.h" |
namespace WebCore { |
-class SkewTransformOperation : public TransformOperation { |
+class PLATFORM_EXPORT SkewTransformOperation : public TransformOperation { |
public: |
static PassRefPtr<SkewTransformOperation> create(double angleX, double angleY, OperationType type) |
{ |