| 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 1e7f38e17ee73662c67974272a3c1b34518bfbfd..33fbcf13260a4de89eb3145b07a0ea404cf1ab3e 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(
|
|
|