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

Unified Diff: cc/trees/target_property.h

Issue 2966723003: Add support for bounds animations (Closed)
Patch Set: address reviewer feedback Created 3 years, 5 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
« no previous file with comments | « cc/animation/keyframed_animation_curve_unittest.cc ('k') | cc/trees/target_property.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « cc/animation/keyframed_animation_curve_unittest.cc ('k') | cc/trees/target_property.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698