Index: Source/platform/transforms/PerspectiveTransformOperation.cpp |
diff --git a/Source/platform/transforms/PerspectiveTransformOperation.cpp b/Source/platform/transforms/PerspectiveTransformOperation.cpp |
index cc5f89e22c7f6efd695da9b205444a09b64908fd..8ad426556065089cc7c4c6ef454d6831697af044 100644 |
--- a/Source/platform/transforms/PerspectiveTransformOperation.cpp |
+++ b/Source/platform/transforms/PerspectiveTransformOperation.cpp |
@@ -29,8 +29,6 @@ |
#include "platform/animation/AnimationUtilities.h" |
#include "wtf/MathExtras.h" |
-using namespace std; |
- |
namespace blink { |
PassRefPtr<TransformOperation> PerspectiveTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) |