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

Unified Diff: ui/gl/gl_egl_api_implementation.cc

Issue 871763002: Make GL bindings conditional (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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_egl_api_implementation.cc
diff --git a/ui/gl/gl_egl_api_implementation.cc b/ui/gl/gl_egl_api_implementation.cc
index b3b55b8ff8ff518e536f219b29e729357a7fb07f..d9735b9ba412f11c73df71c66787d62fd351a324 100644
--- a/ui/gl/gl_egl_api_implementation.cc
+++ b/ui/gl/gl_egl_api_implementation.cc
@@ -18,10 +18,6 @@ void InitializeStaticGLBindingsEGL() {
g_current_egl_context = g_real_egl;
}
-void InitializeDynamicGLBindingsEGL(GLContext* context) {
- g_driver_egl.InitializeDynamicBindings(context);
-}
-
void InitializeDebugGLBindingsEGL() {
g_driver_egl.InitializeDebugBindings();
}

Powered by Google App Engine
This is Rietveld 408576698