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

Unified Diff: content/public/common/content_switches.cc

Issue 15846014: Added support for EXT_frag_depth (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed gman's feedback Created 7 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 5526a2bb694b310b3c1ddbf1fde8ebb99aab7e23..3a692ea37dd31955b97dcdbb515033527c84fb04 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -842,4 +842,7 @@ const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications";
// Enables 'image/webp' accept header for image requests.
const char kEnableWebPInAcceptHeader[] = "enable-webp-in-accept-header";
+// Enabled WebGL extensions not yet approved by the community.
Ken Russell (switch to Gerrit) 2013/05/29 15:16:44 Enabled -> Enables?
+const char kEnableWebGLDraftExtensions[] = "enable-webgl-draft-extensions";
+
} // namespace switches
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698