Index: Source/platform/transforms/TransformOperation.h |
diff --git a/Source/platform/transforms/TransformOperation.h b/Source/platform/transforms/TransformOperation.h |
index c8f65670a13ab2585e8e0e6c692b3d871731183d..25ea1fa471146577d455f07b01375fe17b847258 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 canInterpolateWith(const TransformOperation& other) const = 0; |
Ian Vollick
2014/06/17 15:54:56
Ack. I think I picked the wrong color for this bik
awoloszyn
2014/06/17 20:06:02
Done.
|
bool is3DOperation() const |
{ |