| Index: gpu/ipc/client/command_buffer_proxy_impl.h
|
| diff --git a/gpu/ipc/client/command_buffer_proxy_impl.h b/gpu/ipc/client/command_buffer_proxy_impl.h
|
| index 5a7199b41babac76f5a9ecc1b906ebf819e8dd5b..c35b70090ea7259e52bd461acdc76f78246ae260 100644
|
| --- a/gpu/ipc/client/command_buffer_proxy_impl.h
|
| +++ b/gpu/ipc/client/command_buffer_proxy_impl.h
|
| @@ -152,6 +152,8 @@ class GPU_EXPORT CommandBufferProxyImpl
|
| void SetUpdateVSyncParametersCallback(
|
| const UpdateVSyncParametersCallback& callback);
|
|
|
| + void SetNeedsVSync(bool needs_vsync);
|
| +
|
| int32_t route_id() const { return route_id_; }
|
|
|
| const scoped_refptr<GpuChannelHost>& channel() const { return channel_; }
|
|
|