| Index: Source/platform/transforms/InterpolatedTransformOperation.h
|
| diff --git a/Source/platform/transforms/InterpolatedTransformOperation.h b/Source/platform/transforms/InterpolatedTransformOperation.h
|
| index be06a3aefe59330cb458a1cc51e7ba9469932887..af1b6ef83647ff5ce058272586306998c00d966a 100644
|
| --- a/Source/platform/transforms/InterpolatedTransformOperation.h
|
| +++ b/Source/platform/transforms/InterpolatedTransformOperation.h
|
| @@ -50,8 +50,6 @@ public:
|
| }
|
|
|
| private:
|
| - virtual bool isIdentity() const OVERRIDE { return false; }
|
| -
|
| virtual OperationType type() const OVERRIDE { return Interpolated; }
|
|
|
| virtual bool operator==(const TransformOperation&) const OVERRIDE;
|
|
|