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

Unified Diff: src/chrome/browser/tab_contents/render_view_host_delegate_helper.cc

Issue 5996008: Reverse flag for kDisableExperimentalWebGL (Closed) Base URL: svn://svn.chromium.org/chrome/branches/597s/
Patch Set: Created 9 years, 12 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: src/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
===================================================================
--- src/chrome/browser/tab_contents/render_view_host_delegate_helper.cc (revision 70546)
+++ src/chrome/browser/tab_contents/render_view_host_delegate_helper.cc (working copy)
@@ -274,7 +274,7 @@
!command_line.HasSwitch(switches::kDisableDatabases);
web_prefs.experimental_webgl_enabled =
gpu_enabled() &&
- !command_line.HasSwitch(switches::kDisableExperimentalWebGL);
+ command_line.HasSwitch(switches::kEnableExperimentalWebGL);
web_prefs.site_specific_quirks_enabled =
!command_line.HasSwitch(switches::kDisableSiteSpecificQuirks);
web_prefs.allow_file_access_from_file_urls =
« no previous file with comments | « src/chrome/browser/renderer_host/browser_render_process_host.cc ('k') | src/chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698