| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 157ecbeeb5ec4695591b26c69766a539a8227394..b2cc14d518fc67a646b3309883a1556e909b380e 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -444,7 +444,7 @@ bool SingleThreadProxy::DoComposite(
|
|
|
| if (!layer_tree_host_impl_->IsContextLost()) {
|
| layer_tree_host_impl_->PrepareToDraw(frame);
|
| - layer_tree_host_impl_->DrawLayers(frame, frame_begin_time);
|
| + layer_tree_host_impl_->DrawLayers(frame);
|
| layer_tree_host_impl_->DidDrawAllLayers(*frame);
|
| }
|
| lost_output_surface = layer_tree_host_impl_->IsContextLost();
|
|
|