| 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 94c598c70115a305a6ead28df818fc22bd33e1ed..89bc97ed89818843d96c86b069d80bcdf9e3b997 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
|
|
|