| Index: Source/platform/transforms/RotateTransformOperation.h
|
| diff --git a/Source/core/platform/graphics/transforms/RotateTransformOperation.h b/Source/platform/transforms/RotateTransformOperation.h
|
| similarity index 95%
|
| rename from Source/core/platform/graphics/transforms/RotateTransformOperation.h
|
| rename to Source/platform/transforms/RotateTransformOperation.h
|
| index 00d79830f7a9d1a68ff27634631106bb7c4a3984..6db9c81fdc2f78494e06472a5d0585fc219946ff 100644
|
| --- a/Source/core/platform/graphics/transforms/RotateTransformOperation.h
|
| +++ b/Source/platform/transforms/RotateTransformOperation.h
|
| @@ -25,11 +25,11 @@
|
| #ifndef RotateTransformOperation_h
|
| #define RotateTransformOperation_h
|
|
|
| -#include "core/platform/graphics/transforms/TransformOperation.h"
|
| +#include "platform/transforms/TransformOperation.h"
|
|
|
| namespace WebCore {
|
|
|
| -class RotateTransformOperation : public TransformOperation {
|
| +class PLATFORM_EXPORT RotateTransformOperation : public TransformOperation {
|
| public:
|
| static PassRefPtr<RotateTransformOperation> create(double angle, OperationType type)
|
| {
|
|
|