Index: mojo/gles2/command_buffer_client_impl.h |
diff --git a/mojo/gles2/command_buffer_client_impl.h b/mojo/gles2/command_buffer_client_impl.h |
index 16eb7b84bbea907af8a6849ed69231e86a83eb65..2da06632def540e749c2e4d685ebdd267003a7e3 100644 |
--- a/mojo/gles2/command_buffer_client_impl.h |
+++ b/mojo/gles2/command_buffer_client_impl.h |
@@ -102,6 +102,9 @@ class CommandBufferClientImpl : public mojo::CommandBufferLostContextObserver, |
int32_t last_put_offset_; |
int32_t next_transfer_buffer_id_; |
+ // Image IDs are allocated in sequence. |
+ int next_image_id_; |
+ |
const MojoAsyncWaiter* async_waiter_; |
}; |