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 13df96f6b76be27f11497d4eaef3ccd99c947b61..32f5ccc91effeb1cc0a38ce23424e871de8f3ab0 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -1096,4 +1096,9 @@ uint64 GpuCommandBufferStub::GetMemoryUsage() const { |
return GetMemoryManager()->GetClientMemoryUsage(this); |
} |
+void GpuCommandBufferStub::SwapBuffersCompleted( |
+ const std::vector<ui::LatencyInfo>& latency_info) { |
+ Send(new GpuCommandBufferMsg_SwapBuffersCompleted(route_id_, latency_info)); |
+} |
+ |
} // namespace content |