Index: Source/platform/transforms/SkewTransformOperation.h |
diff --git a/Source/platform/transforms/SkewTransformOperation.h b/Source/platform/transforms/SkewTransformOperation.h |
index 7ae3986382bae4e2aaf0aadc7723166ef32be11b..4b6ae507d25ac154cee5e8b1daba183b3056d570 100644 |
--- a/Source/platform/transforms/SkewTransformOperation.h |
+++ b/Source/platform/transforms/SkewTransformOperation.h |
@@ -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 |