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