| Index: webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| index 5bfbd57ad6e615802c78bc571ec351250258721f..7ba5f0400a16d7878e7249e1b832c7018b6fb959 100644
|
| --- a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| @@ -129,7 +129,7 @@ bool WebLayerTreeViewImplForTesting::commitRequested() const {
|
| }
|
|
|
| void WebLayerTreeViewImplForTesting::composite() {
|
| - layer_tree_host_->Composite();
|
| + layer_tree_host_->Composite(base::TimeTicks::Now());
|
| }
|
|
|
| void WebLayerTreeViewImplForTesting::updateAnimations(
|
|
|