Index: ui/gfx/surface/accelerated_surface_win.cc |
=================================================================== |
--- ui/gfx/surface/accelerated_surface_win.cc (revision 134746) |
+++ ui/gfx/surface/accelerated_surface_win.cc (working copy) |
@@ -640,10 +640,6 @@ |
if (swap_delay.ToInternalValue()) |
base::PlatformThread::Sleep(swap_delay); |
- scoped_completion_runner.Release(); |
- if (!completion_task.is_null()) |
- completion_task.Run(true); |
- |
{ |
TRACE_EVENT0("surface", "Present"); |
hr = swap_chain_->Present(&rect, &rect, window_, NULL, 0); |