| Index: Source/platform/transforms/TransformOperation.h
|
| diff --git a/Source/platform/transforms/TransformOperation.h b/Source/platform/transforms/TransformOperation.h
|
| index c8f65670a13ab2585e8e0e6c692b3d871731183d..49125dc378675f3d827f55175f1fecb2b82c2ebc 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 canBlendWith(const TransformOperation& other) const = 0;
|
|
|
| bool is3DOperation() const
|
| {
|
|
|