Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / transforms / RotateTransformOperation.h
index 19caa75..f91d26e 100644 (file)
@@ -53,8 +53,6 @@ public:
     virtual OperationType type() const OVERRIDE { return m_type; }
 
 private:
-    virtual bool isIdentity() const OVERRIDE { return !m_angle; }
-
     virtual bool operator==(const TransformOperation& o) const OVERRIDE
     {
         if (!isSameType(o))