| Index: ui/compositor/compositor.cc
|
| diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
|
| index 2a2dd0342dee12f52473cb2060acf35497aabfb7..2238376042e56145f6f90215c685118846df07d5 100644
|
| --- a/ui/compositor/compositor.cc
|
| +++ b/ui/compositor/compositor.cc
|
| @@ -758,11 +758,6 @@ void Compositor::DidCommitAndDrawFrame() {
|
| FOR_EACH_OBSERVER(CompositorObserver,
|
| observer_list_,
|
| OnCompositingStarted(this, start_time));
|
| - // If we're threaded without a swap complete callback, we have to
|
| - // call DidCompleteSwapBuffersManually.
|
| - if (g_compositor_thread &&
|
| - !host_->GetRendererCapabilities().using_swap_complete_callback)
|
| - DidCompleteSwapBuffers();
|
| }
|
|
|
| void Compositor::DidCompleteSwapBuffers() {
|
|
|