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

Unified Diff: cc/animation/animation.cc

Issue 95763002: cc: Support animating scroll offset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
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) ==

Powered by Google App Engine
This is Rietveld 408576698