| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 7dcf3e64abc29662a543f06db5794126dadc6773..e00fe5ed00a22c9337a4ffec2852780e60a90c7b 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -184,8 +184,7 @@ class CC_EXPORT LayerTreeHost {
|
|
|
| void SetNextCommitForcesRedraw();
|
|
|
| - void SetAnimationEvents(scoped_ptr<AnimationEventsVector> events,
|
| - base::Time wall_clock_time);
|
| + void SetAnimationEvents(scoped_ptr<AnimationEventsVector> events);
|
|
|
| void SetRootLayer(scoped_refptr<Layer> root_layer);
|
| Layer* root_layer() { return root_layer_.get(); }
|
|
|