Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index b16811843a47ab2c56d60022cc6fb3eb29ae8811..27d1c7e2fac6851dac89cd7f0959c1c733035a92 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -119,7 +119,7 @@ void AcceleratedSurfaceBuffersSwappedCompletedForGPU(int host_id, |
GpuProcessHost* host = GpuProcessHost::FromID(host_id); |
if (host) { |
if (alive) |
- host->Send(new AcceleratedSurfaceMsg_BufferPresented(route_id, 0)); |
+ host->Send(new AcceleratedSurfaceMsg_BufferPresented(route_id, false, 0)); |
else |
host->ForceShutdown(); |
} |