Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / transforms / SkewTransformOperation.h
index 7ae3986..4b6ae50 100644 (file)
@@ -41,7 +41,6 @@ public:
 
     virtual bool canBlendWith(const TransformOperation& other) const;
 private:
-    virtual bool isIdentity() const OVERRIDE { return !m_angleX && !m_angleY; }
     virtual OperationType type() const OVERRIDE { return m_type; }
 
     virtual bool operator==(const TransformOperation& o) const OVERRIDE