| Index: content/common/gpu/client/command_buffer_proxy_impl.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| index 9a49114a69cd572309a2dac1420279eda49da09c..787455b52c9a62da3f08ae17d86367278c7dc20e 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -65,6 +65,8 @@ class CommandBufferProxyImpl
|
| virtual bool SetSurfaceVisible(bool visible) OVERRIDE;
|
| virtual bool DiscardBackbuffer() OVERRIDE;
|
| virtual bool EnsureBackbuffer() OVERRIDE;
|
| + virtual uint32 InsertSyncPoint() OVERRIDE;
|
| + virtual void WaitSyncPoint(uint32 sync_point) OVERRIDE;
|
| virtual void SetMemoryAllocationChangedCallback(
|
| const base::Callback<void(const GpuMemoryAllocationForRenderer&)>&
|
| callback) OVERRIDE;
|
|
|