Index: content/common/gpu/gpu_command_buffer_stub.cc |
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc |
index 729f66d7da4f753b1bd7c81f82c96ef0710a2df7..bb4044a7cb5fb91773872c9d9c7f7ad59759f2f6 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -1107,10 +1107,8 @@ |
} |
void GpuCommandBufferStub::SendSwapBuffersCompleted( |
- const std::vector<ui::LatencyInfo>& latency_info, |
- gfx::SwapResult result) { |
- Send(new GpuCommandBufferMsg_SwapBuffersCompleted(route_id_, latency_info, |
- result)); |
+ const std::vector<ui::LatencyInfo>& latency_info) { |
+ Send(new GpuCommandBufferMsg_SwapBuffersCompleted(route_id_, latency_info)); |
} |
void GpuCommandBufferStub::SendUpdateVSyncParameters(base::TimeTicks timebase, |