Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / transforms / MatrixTransformOperation.h
index 327facc..0ce81e6 100644 (file)
@@ -50,8 +50,6 @@ public:
     }
 
 private:
-    virtual bool isIdentity() const OVERRIDE { return m_a == 1 && !m_b && !m_c && m_d == 1 && !m_e && !m_f; }
-
     virtual OperationType type() const OVERRIDE { return Matrix; }
 
     virtual bool operator==(const TransformOperation& o) const OVERRIDE