Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / transforms / MatrixTransformOperation.cpp
index d594e09..0f8747a 100644 (file)
@@ -24,9 +24,7 @@
 
 #include <algorithm>
 
-using namespace std;
-
-namespace WebCore {
+namespace blink {
 
 PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
 {
@@ -49,4 +47,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