| Index: Source/platform/transforms/SkewTransformOperation.h
|
| diff --git a/Source/platform/transforms/SkewTransformOperation.h b/Source/platform/transforms/SkewTransformOperation.h
|
| index f87da94ee64932570d133d851966609dea33c4c3..7ae3986382bae4e2aaf0aadc7723166ef32be11b 100644
|
| --- a/Source/platform/transforms/SkewTransformOperation.h
|
| +++ b/Source/platform/transforms/SkewTransformOperation.h
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "platform/transforms/TransformOperation.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT SkewTransformOperation : public TransformOperation {
|
| public:
|
| @@ -71,6 +71,6 @@ private:
|
| OperationType m_type;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SkewTransformOperation_h
|
|
|