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

Unified Diff: ui/gl/init/gl_factory_android.cc

Issue 2273483004: Call 'InitializeDynamicBindings()' before gl calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/init/gl_factory_android.cc
diff --git a/ui/gl/init/gl_factory_android.cc b/ui/gl/init/gl_factory_android.cc
index 3dd167fcdc12e5218275852ce2b0d9004d612c2d..1ee6f5837b4c14c98da2fe025723cbf1b14831e0 100644
--- a/ui/gl/init/gl_factory_android.cc
+++ b/ui/gl/init/gl_factory_android.cc
@@ -62,6 +62,7 @@ bool GLNonOwnedContext::Initialize(GLSurface* compatible_surface,
bool GLNonOwnedContext::MakeCurrent(GLSurface* surface) {
SetCurrent(surface);
kylechar 2016/08/25 13:37:22 Unrelated to your change but it looks like all of
SetRealGLApi();
+ InitializeDynamicBindings();
return true;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698