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

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: Fixing android build 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..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
{
« no previous file with comments | « Source/platform/transforms/SkewTransformOperation.cpp ('k') | Source/platform/transforms/TransformOperations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698