Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / transforms / InterpolatedTransformOperation.h
index be06a3a..af1b6ef 100644 (file)
@@ -50,8 +50,6 @@ public:
     }
 
 private:
-    virtual bool isIdentity() const OVERRIDE { return false; }
-
     virtual OperationType type() const OVERRIDE { return Interpolated; }
 
     virtual bool operator==(const TransformOperation&) const OVERRIDE;