Index: ui/gl/scoped_binders.h |
diff --git a/ui/gl/scoped_binders.h b/ui/gl/scoped_binders.h |
index 7be226ff2f0a3ef44ee1d033b358ec5dfd7a26d2..4e84dee87ae43edfb27a576ddb0ea9acf1b83fa0 100644 |
--- a/ui/gl/scoped_binders.h |
+++ b/ui/gl/scoped_binders.h |
@@ -89,6 +89,9 @@ class GL_EXPORT ScopedVertexAttribArray { |
int stride_; |
void* pointer_; |
+ unsigned current_vao_; |
+ unsigned vao_; |
+ |
DISALLOW_COPY_AND_ASSIGN(ScopedVertexAttribArray); |
}; |