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