| Index: Source/platform/transforms/Matrix3DTransformOperation.h
|
| diff --git a/Source/platform/transforms/Matrix3DTransformOperation.h b/Source/platform/transforms/Matrix3DTransformOperation.h
|
| index 6ac8e0e4cda3e4a36801958f2e1645297e828e73..f420c4c5c51dda4b048c34bde43f550a8f1917b0 100644
|
| --- a/Source/platform/transforms/Matrix3DTransformOperation.h
|
| +++ b/Source/platform/transforms/Matrix3DTransformOperation.h
|
| @@ -39,6 +39,11 @@ public:
|
|
|
| TransformationMatrix matrix() const {return m_matrix; }
|
|
|
| + virtual bool canInterpolateWith(const TransformOperation& other) const
|
| + {
|
| + return false;
|
| + }
|
| +
|
| private:
|
| virtual bool isIdentity() const OVERRIDE { return m_matrix.isIdentity(); }
|
|
|
|
|