| Index: Source/platform/transforms/ScaleTransformOperation.h
|
| diff --git a/Source/platform/transforms/ScaleTransformOperation.h b/Source/platform/transforms/ScaleTransformOperation.h
|
| index 7f106237bc435fa9e010e107cee99b23856d8ad0..608e22350216045c17a1fe8628597075eb82142d 100644
|
| --- a/Source/platform/transforms/ScaleTransformOperation.h
|
| +++ b/Source/platform/transforms/ScaleTransformOperation.h
|
| @@ -48,8 +48,6 @@ public:
|
| virtual bool canBlendWith(const TransformOperation& other) const;
|
|
|
| private:
|
| - virtual bool isIdentity() const OVERRIDE { return m_x == 1 && m_y == 1 && m_z == 1; }
|
| -
|
| virtual OperationType type() const OVERRIDE { return m_type; }
|
|
|
| virtual bool operator==(const TransformOperation& o) const OVERRIDE
|
|
|