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

Unified Diff: ui/gl/gl_bindings_autogen_wgl.cc

Issue 1203513004: Respect the disabled extension list during binding initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: only apply disabled extensions list to GL and EGL extensions 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_wgl.cc
diff --git a/ui/gl/gl_bindings_autogen_wgl.cc b/ui/gl/gl_bindings_autogen_wgl.cc
index b70f929286b13dc8de1e0116dbe298a427db6637..52433deccce5ae4d016cefc5e2875af549693193 100644
--- a/ui/gl/gl_bindings_autogen_wgl.cc
+++ b/ui/gl/gl_bindings_autogen_wgl.cc
@@ -69,7 +69,6 @@ void DriverWGL::InitializeStaticBindings() {
extensions.find("WGL_EXT_extensions_string ") != std::string::npos;
ext.b_WGL_EXT_swap_control =
extensions.find("WGL_EXT_swap_control ") != std::string::npos;
-
debug_fn.wglChoosePixelFormatARBFn = 0;
if (ext.b_WGL_ARB_pixel_format) {
fn.wglChoosePixelFormatARBFn =

Powered by Google App Engine
This is Rietveld 408576698