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

Unified Diff: ui/gl/generate_bindings.py

Issue 689633003: Improve context loss error handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 2 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
Index: ui/gl/generate_bindings.py
diff --git a/ui/gl/generate_bindings.py b/ui/gl/generate_bindings.py
index 790b38b6d6f5c7c1f6efc188fccace80fb0bf95d..7670ec885689914d20c96fe63b9e64666cbf1f5f 100755
--- a/ui/gl/generate_bindings.py
+++ b/ui/gl/generate_bindings.py
@@ -329,7 +329,9 @@ GL_FUNCTIONS = [
'GLenum attachment, GLenum pname, GLint* params', },
{ 'return_type': 'GLenum',
'names': ['glGetGraphicsResetStatusARB',
- 'glGetGraphicsResetStatusEXT'],
+ 'glGetGraphicsResetStatusKHR',
+ 'glGetGraphicsResetStatusEXT',
+ 'glGetGraphicsResetStatus'],
'arguments': 'void', },
{ 'return_type': 'void',
'names': ['glGetIntegerv'],

Powered by Google App Engine
This is Rietveld 408576698