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

Unified Diff: content/browser/renderer_host/browser_render_process_host.cc

Issue 7995011: Fix a bug so GPU blacklist for accelerated 2d canvas is honored. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 | « chrome/browser/tab_contents/render_view_host_delegate_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/tab_contents/render_view_host_delegate_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698