| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 247329e51a7ca0b0ad9030e41e8e476a59bec075..4539f6ac91db48dd3ab560dde1e3b915e8fd293b 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -61,7 +61,7 @@ class GpuCommandBufferStub
|
| virtual ~DestructionObserver() {}
|
| };
|
|
|
| - typedef base::Callback<void(const ui::LatencyInfo&)>
|
| + typedef base::Callback<void(const std::vector<ui::LatencyInfo>&)>
|
| LatencyInfoCallback;
|
|
|
| GpuCommandBufferStub(
|
| @@ -196,7 +196,7 @@ class GpuCommandBufferStub
|
|
|
| void OnCommandProcessed();
|
| void OnParseError();
|
| - void OnSetLatencyInfo(const ui::LatencyInfo& latency_info);
|
| + void OnSetLatencyInfo(const std::vector<ui::LatencyInfo>& latency_info);
|
|
|
| void ReportState();
|
|
|
|
|