| Index: cc/trees/proxy_impl.cc
|
| diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
|
| index c89d6c235106d4689c187616a07e5a7f92906cb6..33e50a65dbcbaaaf6beb4231766e1a34de226446 100644
|
| --- a/cc/trees/proxy_impl.cc
|
| +++ b/cc/trees/proxy_impl.cc
|
| @@ -600,8 +600,7 @@ DrawResult ProxyImpl::DrawAndSwapInternal(bool forced_draw) {
|
| }
|
|
|
| if (draw_frame) {
|
| - layer_tree_host_impl_->DrawLayers(&frame);
|
| - if (layer_tree_host_impl_->SwapBuffers(frame))
|
| + if (layer_tree_host_impl_->DrawLayers(&frame))
|
| scheduler_->DidSwapBuffers();
|
| result = DRAW_SUCCESS;
|
| } else {
|
|
|