Index: cc/animation/animation.cc |
diff --git a/cc/animation/animation.cc b/cc/animation/animation.cc |
index 78af70fc5f40259cfb9d6ee40c02b03f0e813e75..40e7dfce5ce34745a7b86eeebfeda72bf6376285 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) == |