| Index: Source/platform/transforms/TransformOperation.h
|
| diff --git a/Source/platform/transforms/TransformOperation.h b/Source/platform/transforms/TransformOperation.h
|
| index c8f65670a13ab2585e8e0e6c692b3d871731183d..dfd6069caf5d9299341092fa7676a4bb1265ae70 100644
|
| --- a/Source/platform/transforms/TransformOperation.h
|
| +++ b/Source/platform/transforms/TransformOperation.h
|
| @@ -65,6 +65,7 @@ public:
|
|
|
| virtual OperationType type() const = 0;
|
| bool isSameType(const TransformOperation& other) const { return other.type() == type(); }
|
| + virtual bool isCompatibleType(const TransformOperation& other) const = 0;
|
|
|
| bool is3DOperation() const
|
| {
|
|
|