| Index: Source/platform/transforms/TranslateTransformOperation.h
|
| diff --git a/Source/platform/transforms/TranslateTransformOperation.h b/Source/platform/transforms/TranslateTransformOperation.h
|
| index 1d3263810fa26918c293cb56a2f31cf77ca58e92..d620f360f4906fb756cef07e0d6e5a8a180c77f9 100644
|
| --- a/Source/platform/transforms/TranslateTransformOperation.h
|
| +++ b/Source/platform/transforms/TranslateTransformOperation.h
|
| @@ -53,8 +53,6 @@ public:
|
| double z() const { return m_z; }
|
|
|
| private:
|
| - virtual bool isIdentity() const OVERRIDE { return !floatValueForLength(m_x, 1) && !floatValueForLength(m_y, 1) && !m_z; }
|
| -
|
| virtual OperationType type() const OVERRIDE { return m_type; }
|
|
|
| virtual bool operator==(const TransformOperation& o) const OVERRIDE
|
|
|