Index: Source/platform/transforms/RotateTransformOperation.h |
diff --git a/Source/platform/transforms/RotateTransformOperation.h b/Source/platform/transforms/RotateTransformOperation.h |
index 19caa752c28ee078c15d9a3b7e1ce8a0b4fd0ccb..f91d26ee25817c994554b9230253b5a6a81ee705 100644 |
--- a/Source/platform/transforms/RotateTransformOperation.h |
+++ b/Source/platform/transforms/RotateTransformOperation.h |
@@ -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)) |