| Index: Source/platform/transforms/InterpolatedTransformOperation.h
|
| diff --git a/Source/platform/transforms/InterpolatedTransformOperation.h b/Source/platform/transforms/InterpolatedTransformOperation.h
|
| index 108d172f071aecad7f27936d57c7bd9be5237865..88243ec9fb7dcf5310dec87f13d192612dc5d195 100644
|
| --- a/Source/platform/transforms/InterpolatedTransformOperation.h
|
| +++ b/Source/platform/transforms/InterpolatedTransformOperation.h
|
| @@ -44,6 +44,10 @@ public:
|
| return adoptRef(new InterpolatedTransformOperation(from, to, progress));
|
| }
|
|
|
| + virtual bool isCompatibleType(const TransformOperation& other) const
|
| + {
|
| + return isSameType(other);
|
| + }
|
| private:
|
| virtual bool isIdentity() const OVERRIDE { return false; }
|
|
|
|
|