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

Unified Diff: cc/animation/element_animations.h

Issue 2110683004: cc: Move filters to the effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 5 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 | « no previous file | cc/animation/element_animations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/element_animations.h
diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h
index 111c734266b02f12dce4fe1c6cac5c427f74d317..a46560450b27038a547b6c5ded9651837769ef14 100644
--- a/cc/animation/element_animations.h
+++ b/cc/animation/element_animations.h
@@ -294,6 +294,7 @@ class CC_EXPORT ElementAnimations : public base::RefCounted<ElementAnimations> {
}
};
+ struct PropertyAnimationState filter_animation_state_;
struct PropertyAnimationState opacity_animation_state_;
struct PropertyAnimationState transform_animation_state_;
« no previous file with comments | « no previous file | cc/animation/element_animations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698