| Index: Source/platform/transforms/PerspectiveTransformOperation.h
|
| diff --git a/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.h b/Source/platform/transforms/PerspectiveTransformOperation.h
|
| similarity index 95%
|
| rename from Source/core/platform/graphics/transforms/PerspectiveTransformOperation.h
|
| rename to Source/platform/transforms/PerspectiveTransformOperation.h
|
| index 21b35e01f1b7940d836bba8f4b81c730a0dd909e..b084655a39155734c635b2feb6b50a28d560589f 100644
|
| --- a/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.h
|
| +++ b/Source/platform/transforms/PerspectiveTransformOperation.h
|
| @@ -26,13 +26,13 @@
|
| #ifndef PerspectiveTransformOperation_h
|
| #define PerspectiveTransformOperation_h
|
|
|
| -#include "core/platform/graphics/transforms/TransformOperation.h"
|
| #include "platform/Length.h"
|
| #include "platform/LengthFunctions.h"
|
| +#include "platform/transforms/TransformOperation.h"
|
|
|
| namespace WebCore {
|
|
|
| -class PerspectiveTransformOperation : public TransformOperation {
|
| +class PLATFORM_EXPORT PerspectiveTransformOperation : public TransformOperation {
|
| public:
|
| static PassRefPtr<PerspectiveTransformOperation> create(const Length& p)
|
| {
|
|
|