| 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 c9e215c7af0faf9b09bf7c4e29128ba84893a98d..414f05c19ed34398c9e8dbee5851c20b520704d5 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -148,7 +148,8 @@ class GpuCommandBufferStub
|
| uint64 GetMemoryUsage() const;
|
|
|
| void SendSwapBuffersCompleted(
|
| - const std::vector<ui::LatencyInfo>& latency_info);
|
| + const std::vector<ui::LatencyInfo>& latency_info,
|
| + int32 result);
|
| void SendUpdateVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval);
|
|
|
|
|