Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: Source/platform/transforms/TransformOperation.h

Issue 328333003: Adding Blink-side 3d Box and Bounds calculations to TransformOperations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
{

Powered by Google App Engine
This is Rietveld 408576698