| Index: Source/platform/transforms/MatrixTransformOperation.h
|
| diff --git a/Source/platform/transforms/MatrixTransformOperation.h b/Source/platform/transforms/MatrixTransformOperation.h
|
| index 8e48b31fe8016009256bc8c4eab73408f0a93cf5..327facca8125b3092169d74254e27676ef00f5fe 100644
|
| --- a/Source/platform/transforms/MatrixTransformOperation.h
|
| +++ b/Source/platform/transforms/MatrixTransformOperation.h
|
| @@ -28,7 +28,7 @@
|
| #include "platform/transforms/TransformOperation.h"
|
| #include "platform/transforms/TransformationMatrix.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT MatrixTransformOperation : public TransformOperation {
|
| public:
|
| @@ -99,6 +99,6 @@ private:
|
| double m_f;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // MatrixTransformOperation_h
|
|
|