Chromium Code Reviews| Index: cc/trees/single_thread_proxy.cc |
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
| index c254311a9300edb65bc8d9006bb6e5c613c6f6f1..8174b5502eafae2ccfad677d11a5d99eb7e548b2 100644 |
| --- a/cc/trees/single_thread_proxy.cc |
| +++ b/cc/trees/single_thread_proxy.cc |
| @@ -429,7 +429,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); |
|
danakj
2014/07/02 18:51:38
How does the frame_begin_time get to the LTHI for
mithro-old
2014/07/07 05:27:32
(I fixed this code to use the CurrentFrameTimeTick
danakj
2014/07/07 20:56:44
The problem with doing it in animate is that we do
|
| + layer_tree_host_impl_->DrawLayers(frame); |
| layer_tree_host_impl_->DidDrawAllLayers(*frame); |
| } |
| lost_output_surface = layer_tree_host_impl_->IsContextLost(); |