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

Unified Diff: ui/gl/gl_bindings_autogen_egl.h

Issue 1203513004: Respect the disabled extension list during binding initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EGL_KHR_fence_sync must be unconditionally enabled; ANGLE GetPlatformExtensions reqires client exte… Created 5 years, 6 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/gl_bindings_autogen_egl.h
diff --git a/ui/gl/gl_bindings_autogen_egl.h b/ui/gl/gl_bindings_autogen_egl.h
index ed1ac5124ddc318b3a00766aee7567377c3dcc66..12e532600b61b8e58140717bd604f9b9ffe60cc3 100644
--- a/ui/gl/gl_bindings_autogen_egl.h
+++ b/ui/gl/gl_bindings_autogen_egl.h
@@ -168,6 +168,7 @@ struct ExtensionsEGL {
bool b_EGL_KHR_reusable_sync;
bool b_EGL_KHR_wait_sync;
bool b_EGL_NV_post_sub_buffer;
+ bool b_GL_CHROMIUM_EGL_KHR_fence_sync_bind_always_504758_hack;
};
struct ProcsEGL {

Powered by Google App Engine
This is Rietveld 408576698