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 abb3fe264877e009045d2d85f30425a094487c88..1c24f5d7f32aaf09dffde9dae664a977f7f14d63 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -104,7 +104,7 @@ void AcceleratedSurfaceBuffersSwappedCompleted(int host_id, |
GpuProcessHost* host = GpuProcessHost::FromID(host_id); |
if (host) { |
if (alive) |
- host->Send(new AcceleratedSurfaceMsg_BuffersSwappedACK(route_id)); |
+ host->Send(new AcceleratedSurfaceMsg_BufferPresented(route_id)); |
else { |
host->ForceShutdown(); |
} |