| Index: Source/platform/transforms/Matrix3DTransformOperation.cpp
|
| diff --git a/Source/platform/transforms/Matrix3DTransformOperation.cpp b/Source/platform/transforms/Matrix3DTransformOperation.cpp
|
| index d2a384c7e35e431894d3983d8b1730950f258212..9a3482eee03c0be944fc254ee9e2cde389e799da 100644
|
| --- a/Source/platform/transforms/Matrix3DTransformOperation.cpp
|
| +++ b/Source/platform/transforms/Matrix3DTransformOperation.cpp
|
| @@ -30,7 +30,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
|
| {
|
| @@ -53,4 +53,4 @@ PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const Transform
|
| return Matrix3DTransformOperation::create(toT);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|