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

Unified Diff: cc/trees/target_property.cc

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/trees/target_property.h ('k') | ui/gfx/animation/tween.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/target_property.cc
diff --git a/cc/trees/target_property.cc b/cc/trees/target_property.cc
index cabff92b5a51687025b2bfd2b14ff563375b4b29..d4539a31f92d377a7cf113368b415ef126717d7d 100644
--- a/cc/trees/target_property.cc
+++ b/cc/trees/target_property.cc
@@ -15,7 +15,8 @@ static_assert(TargetProperty::FIRST_TARGET_PROPERTY == 0,
// This should match the TargetProperty enum.
static const char* const s_targetPropertyNames[] = {
- "TRANSFORM", "OPACITY", "FILTER", "SCROLL_OFFSET", "BACKGROUND_COLOR"};
+ "TRANSFORM", "OPACITY", "FILTER",
+ "SCROLL_OFFSET", "BACKGROUND_COLOR", "BOUNDS"};
static_assert(static_cast<int>(TargetProperty::LAST_TARGET_PROPERTY) + 1 ==
arraysize(s_targetPropertyNames),
« no previous file with comments | « cc/trees/target_property.h ('k') | ui/gfx/animation/tween.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698