Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 63208b4e578c46ffa5a38107a9c5cfdb7cb290a3..5d0f1d9ade6a915a658a8272c41d265ffcd97f8d 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -379,6 +379,10 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient { |
ElementId element_id, |
ElementListType list_type, |
bool is_animating) override; |
+ void ElementOpacityIsAnimatingChanged(ElementId element_id, |
+ ElementListType list_type, |
+ AnimationChangeType change_type, |
+ bool is_animating) override; |
void ScrollOffsetAnimationFinished() override {} |
gfx::ScrollOffset GetScrollOffsetForAnimation( |
ElementId element_id) const override; |