| 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 7db3a051eec34152de477c8efebebe5b1ae2bfff..10142f2cce05ebe9d82a613c682c544a6ebae526 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -144,6 +144,8 @@ class GpuCommandBufferStub
|
|
|
| uint64 GetMemoryUsage() const;
|
|
|
| + void SwapBuffersCompleted(const std::vector<ui::LatencyInfo>& latency_info);
|
| +
|
| private:
|
| GpuMemoryManager* GetMemoryManager() const;
|
| bool MakeCurrent();
|
|
|