Index: Source/platform/transforms/TranslateTransformOperation.h |
diff --git a/Source/core/platform/graphics/transforms/TranslateTransformOperation.h b/Source/platform/transforms/TranslateTransformOperation.h |
similarity index 96% |
rename from Source/core/platform/graphics/transforms/TranslateTransformOperation.h |
rename to Source/platform/transforms/TranslateTransformOperation.h |
index 68954134c09917fe31c21b079beb91a4ddffa9c2..75bd67ddc095d8c167afaf7cc85d41db2e2f5796 100644 |
--- a/Source/core/platform/graphics/transforms/TranslateTransformOperation.h |
+++ b/Source/platform/transforms/TranslateTransformOperation.h |
@@ -25,13 +25,13 @@ |
#ifndef TranslateTransformOperation_h |
#define TranslateTransformOperation_h |
-#include "core/platform/graphics/transforms/TransformOperation.h" |
#include "platform/Length.h" |
#include "platform/LengthFunctions.h" |
+#include "platform/transforms/TransformOperation.h" |
namespace WebCore { |
-class TranslateTransformOperation : public TransformOperation { |
+class PLATFORM_EXPORT TranslateTransformOperation : public TransformOperation { |
public: |
static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type) |
{ |