| Index: content/common/gpu/client/command_buffer_proxy.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy.h b/content/common/gpu/client/command_buffer_proxy.h
|
| index b14395ba628117ef860864f0230edb277cba3f83..b6440b18e5e061d159ce3e63a33877a5038da644 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy.h
|
| @@ -148,6 +148,7 @@ class CommandBufferProxy : public gpu::CommandBuffer,
|
| GpuChannelHost* channel_;
|
| int route_id_;
|
| unsigned int flush_count_;
|
| + int32 last_put_offset_;
|
|
|
| // Tasks to be invoked in echo responses.
|
| std::queue<base::Closure> echo_tasks_;
|
|
|