Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: ui/gl/scoped_binders.h

Issue 2248213004: Fix gl_unittests on Mac core profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gl/scoped_binders.cc » ('j') | ui/gl/scoped_binders.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | ui/gl/scoped_binders.cc » ('j') | ui/gl/scoped_binders.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698