Chromium Code Reviews| Index: content/browser/renderer_host/browser_render_process_host.cc |
| =================================================================== |
| --- content/browser/renderer_host/browser_render_process_host.cc (revision 102160) |
| +++ content/browser/renderer_host/browser_render_process_host.cc (working copy) |
| @@ -534,6 +534,7 @@ |
| switches::kAuditHandles, |
| switches::kChromeFrame, |
| switches::kDisable3DAPIs, |
| + switches::kDisableAccelerated2dCanvas, |
|
jamesr
2011/09/22 21:14:36
what does this line actually do?
|
| switches::kDisableAcceleratedCompositing, |
| switches::kDisableApplicationCache, |
| switches::kDisableAudio, |
| @@ -542,6 +543,7 @@ |
| switches::kDisableDatabases, |
| switches::kDisableDesktopNotifications, |
| switches::kDisableDeviceOrientation, |
| + switches::kDisableExperimentalWebGL, |
| switches::kDisableFileSystem, |
| switches::kDisableGeolocation, |
| switches::kDisableGLMultisampling, |