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

Unified Diff: cc/animation/animation.cc

Issue 112933005: Define WebScrollOffsetAnimationCurveImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/animation.h ('k') | webkit/renderer/compositor_bindings/compositor_bindings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation.cc
diff --git a/cc/animation/animation.cc b/cc/animation/animation.cc
index f21a1d48486720d59c282aea18065ba83d25edd3..263c34743dcf8d19ee4a9b958beb88e6323abb08 100644
--- a/cc/animation/animation.cc
+++ b/cc/animation/animation.cc
@@ -32,8 +32,8 @@ static const char* const s_targetPropertyNames[] = {
"Transform",
"Opacity",
"Filter",
- "BackgroundColor",
- "ScrollOffset"
+ "ScrollOffset",
+ "BackgroundColor"
};
COMPILE_ASSERT(static_cast<int>(cc::Animation::TargetPropertyEnumSize) ==
« no previous file with comments | « cc/animation/animation.h ('k') | webkit/renderer/compositor_bindings/compositor_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698