| 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 600d267218c7507343cdf962ed6902e76b9b7b74..8a7a6b4c45e514b54fd56fa0ac4958ef29d4bc33 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -163,6 +163,9 @@ class CommandBufferProxyImpl
|
| uint32 next_signal_id_;
|
| SignalTaskMap signal_tasks_;
|
|
|
| + // ID of transfer buffer containing shared state.
|
| + int32 state_buffer_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(CommandBufferProxyImpl);
|
| };
|
|
|
|
|