| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_host_delegate_helper.cc (revision 27632)
|
| +++ chrome/browser/tab_contents/render_view_host_delegate_helper.cc (working copy)
|
| @@ -184,6 +184,8 @@
|
| command_line.HasSwitch(switches::kEnableDatabases);
|
| web_prefs.session_storage_enabled =
|
| command_line.HasSwitch(switches::kEnableSessionStorage);
|
| + web_prefs.experimental_webgl_enabled =
|
| + command_line.HasSwitch(switches::kEnableExperimentalWebGL);
|
| }
|
|
|
| web_prefs.uses_universal_detector =
|
|
|