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

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

Issue 2251263002: Enable core profile GL on Mac OSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@more
Patch Set: rebase 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_mac.cc
diff --git a/ui/gl/init/gl_factory_mac.cc b/ui/gl/init/gl_factory_mac.cc
index 225fd1691bd1f1c44904a5e62f98f5546cf45f9c..535d690234fc735a2076a869f3010c97a9da3e92 100644
--- a/ui/gl/init/gl_factory_mac.cc
+++ b/ui/gl/init/gl_factory_mac.cc
@@ -22,7 +22,7 @@
namespace features {
const base::Feature kDesktopCoreProfileGLOnMac{
- "DesktopCoreProfileGLOnMac", base::FEATURE_DISABLED_BY_DEFAULT};
+ "DesktopCoreProfileGLOnMac", base::FEATURE_ENABLED_BY_DEFAULT};
}
namespace gl {
« 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