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

Unified Diff: cc/trees/target_property.h

Issue 2966723003: Add support for bounds animations (Closed)
Patch Set: Added another unit test to confirm that extrapolation won't lead to invalid sizes. Created 3 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: cc/trees/target_property.h
diff --git a/cc/trees/target_property.h b/cc/trees/target_property.h
index 177ef965afa8247e314a6a7c666c21f6ecbe0ce7..55f31708b4c83d1314139675f01655956e3563bb 100644
--- a/cc/trees/target_property.h
+++ b/cc/trees/target_property.h
@@ -19,9 +19,10 @@ enum Type {
FILTER,
SCROLL_OFFSET,
BACKGROUND_COLOR,
+ BOUNDS,
// These sentinels must be last
FIRST_TARGET_PROPERTY = TRANSFORM,
- LAST_TARGET_PROPERTY = BACKGROUND_COLOR
+ LAST_TARGET_PROPERTY = BOUNDS
};
CC_EXPORT const char* GetName(TargetProperty::Type property);

Powered by Google App Engine
This is Rietveld 408576698