| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 00dabd61f6ba5e5ae5910d101e88a67ed089c4c7..e4428aa78b702621f2aac70805fcbcc8be0d8ce8 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -287,6 +287,10 @@ class CC_EXPORT LayerTreeHostImpl
|
| ElementListType list_type,
|
| AnimationChangeType change_type,
|
| bool is_animating) override;
|
| + void ElementFilterIsAnimatingChanged(ElementId element_id,
|
| + ElementListType list_type,
|
| + AnimationChangeType change_type,
|
| + bool is_animating) override;
|
| void ScrollOffsetAnimationFinished() override;
|
| gfx::ScrollOffset GetScrollOffsetForAnimation(
|
| ElementId element_id) const override;
|
|
|