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