Chromium Code Reviews| Index: cc/animation/animation.cc |
| diff --git a/cc/animation/animation.cc b/cc/animation/animation.cc |
| index b5c7fd230f1360b0358107764b76544369086c5c..f21a1d48486720d59c282aea18065ba83d25edd3 100644 |
| --- a/cc/animation/animation.cc |
| +++ b/cc/animation/animation.cc |
| @@ -32,7 +32,8 @@ static const char* const s_targetPropertyNames[] = { |
| "Transform", |
| "Opacity", |
| "Filter", |
| - "BackgroundColor" |
| + "BackgroundColor", |
| + "ScrollOffset" |
| }; |
| COMPILE_ASSERT(static_cast<int>(cc::Animation::TargetPropertyEnumSize) == |