Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / transforms / Matrix3DTransformOperation.h
index af31124..d95afda 100644 (file)
@@ -45,8 +45,6 @@ public:
     }
 
 private:
-    virtual bool isIdentity() const OVERRIDE { return m_matrix.isIdentity(); }
-
     virtual OperationType type() const OVERRIDE { return Matrix3D; }
 
     virtual bool operator==(const TransformOperation& o) const OVERRIDE