Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / transforms / Matrix3DTransformOperation.cpp
index d2a384c..9a3482e 100644 (file)
@@ -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