summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/init/gl_factory_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/init/gl_factory_win.cc')
-rw-r--r--chromium/ui/gl/init/gl_factory_win.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/ui/gl/init/gl_factory_win.cc b/chromium/ui/gl/init/gl_factory_win.cc
index caddf8780c0..1882571bdfd 100644
--- a/chromium/ui/gl/init/gl_factory_win.cc
+++ b/chromium/ui/gl/init/gl_factory_win.cc
@@ -26,6 +26,7 @@ namespace init {
std::vector<GLImplementationParts> GetAllowedGLImplementations() {
std::vector<GLImplementationParts> impls;
+ impls.emplace_back(GLImplementationParts(kGLImplementationDesktopGL));
impls.emplace_back(GLImplementationParts(kGLImplementationEGLANGLE));
return impls;
}