| 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 455439f86246e2230d2c84aa7c5bdfbd59621cc7..d3bd54ab9007ce3030a4f5e87f7f49907d7873e8 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();
|
|
|