| 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) ==
|
|
|