Chromium Code Reviews| 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 44eaf90cc85fb3634f118576f716f868d6d02ccf..216d732179e02863e32540c19b2e1af9daa284bd 100644 |
| --- a/content/common/gpu/gpu_command_buffer_stub.cc |
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc |
| @@ -567,7 +567,7 @@ void GpuCommandBufferStub::OnInitialize( |
| } |
| void GpuCommandBufferStub::OnSetLatencyInfo( |
| - const ui::LatencyInfo& latency_info) { |
| + const std::vector<ui::LatencyInfo>& latency_info) { |
|
jln (very slow on Chromium)
2014/01/14 01:11:52
Check for .size() here as well.
Yufeng Shen (Slow to review)
2014/01/14 20:02:42
Done.
|
| if (!latency_info_callback_.is_null()) |
| latency_info_callback_.Run(latency_info); |
| } |