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 7390a323cc116dc96375df781cdf2e809de7155d..716dfbd5122a503b0cc786ef30ae0e85e5bea50a 100644 |
| --- a/cc/trees/single_thread_proxy.cc |
| +++ b/cc/trees/single_thread_proxy.cc |
| @@ -70,10 +70,7 @@ bool SingleThreadProxy::CompositeAndReadback(void* pixels, gfx::Rect rect) { |
| if (layer_tree_host_impl_->IsContextLost()) |
| return false; |
| - |
| - layer_tree_host_impl_->SwapBuffers(frame); |
| } |
| - DidSwapFrame(); |
| return true; |
| } |