| Index: Source/platform/transforms/MatrixTransformOperation.h
|
| diff --git a/Source/platform/transforms/MatrixTransformOperation.h b/Source/platform/transforms/MatrixTransformOperation.h
|
| index 327facca8125b3092169d74254e27676ef00f5fe..0ce81e60d22315de9959a8cceb57631c8c08a983 100644
|
| --- a/Source/platform/transforms/MatrixTransformOperation.h
|
| +++ b/Source/platform/transforms/MatrixTransformOperation.h
|
| @@ -50,8 +50,6 @@ public:
|
| }
|
|
|
| private:
|
| - virtual bool isIdentity() const OVERRIDE { return m_a == 1 && !m_b && !m_c && m_d == 1 && !m_e && !m_f; }
|
| -
|
| virtual OperationType type() const OVERRIDE { return Matrix; }
|
|
|
| virtual bool operator==(const TransformOperation& o) const OVERRIDE
|
|
|