| Index: Source/platform/transforms/ScaleTransformOperation.h
|
| diff --git a/Source/core/platform/graphics/transforms/ScaleTransformOperation.h b/Source/platform/transforms/ScaleTransformOperation.h
|
| similarity index 95%
|
| rename from Source/core/platform/graphics/transforms/ScaleTransformOperation.h
|
| rename to Source/platform/transforms/ScaleTransformOperation.h
|
| index c380416cb6057d4f6329f6336a229e4bd4741700..8d5b6f78ad028b82f789f4294ef3689fd0822bd6 100644
|
| --- a/Source/core/platform/graphics/transforms/ScaleTransformOperation.h
|
| +++ b/Source/platform/transforms/ScaleTransformOperation.h
|
| @@ -25,11 +25,11 @@
|
| #ifndef ScaleTransformOperation_h
|
| #define ScaleTransformOperation_h
|
|
|
| -#include "core/platform/graphics/transforms/TransformOperation.h"
|
| +#include "platform/transforms/TransformOperation.h"
|
|
|
| namespace WebCore {
|
|
|
| -class ScaleTransformOperation : public TransformOperation {
|
| +class PLATFORM_EXPORT ScaleTransformOperation : public TransformOperation {
|
| public:
|
| static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type)
|
| {
|
|
|