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

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

Issue 2024953002: Move GL one-off initialization code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_x11
Patch Set: Fix windows compile. Created 4 years, 7 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/init/gl_factory.cc
diff --git a/ui/gl/init/gl_factory.cc b/ui/gl/init/gl_factory.cc
index a3ae4c96b6744bb54db71c4413097607ed6f60a5..e26984afc60db1f39e11dc30d43ad9581d09048d 100644
--- a/ui/gl/init/gl_factory.cc
+++ b/ui/gl/init/gl_factory.cc
@@ -17,10 +17,6 @@ namespace init {
// methods should be removed from GLSurface and GLContext. This file can then
// be deleted.
-bool InitializeGLOneOff() {
- return GLSurface::InitializeOneOff();
-}
-
scoped_refptr<GLContext> CreateGLContext(GLShareGroup* share_group,
GLSurface* compatible_surface,
GpuPreference gpu_preference) {
« no previous file with comments | « ui/gl/init/BUILD.gn ('k') | ui/gl/init/gl_init.gyp » ('j') | ui/gl/init/gl_initializer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698