| Index: Source/platform/transforms/MatrixTransformOperation.cpp
|
| diff --git a/Source/platform/transforms/MatrixTransformOperation.cpp b/Source/platform/transforms/MatrixTransformOperation.cpp
|
| index d594e09e280972cf8ec3680323b2643789b68371..c5e013bb9eee7b8df7a398d5d4a2005e735e02af 100644
|
| --- a/Source/platform/transforms/MatrixTransformOperation.cpp
|
| +++ b/Source/platform/transforms/MatrixTransformOperation.cpp
|
| @@ -26,7 +26,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
|
| {
|
| @@ -49,4 +49,4 @@ PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOp
|
| return MatrixTransformOperation::create(toT.a(), toT.b(), toT.c(), toT.d(), toT.e(), toT.f());
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|