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

Unified Diff: chrome/common/chrome_switches.cc

Issue 7064032: Turns on the gpu accelerated canvas by default (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 86432)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -364,8 +364,8 @@
// scripts.
const char kDumpHistogramsOnExit[] = "dump-histograms-on-exit";
-// Enable gpu-accelerated 2d canvas.
-const char kEnableAccelerated2dCanvas[] = "enable-accelerated-2d-canvas";
+// Disable gpu-accelerated 2d canvas.
+const char kDisableAccelerated2dCanvas[] = "disable-accelerated-2d-canvas";
vangelis 2011/05/24 17:03:33 The flag definitions are more or less in alphabeti
Justin Novosad 2011/05/24 17:29:03 Done.
// Enables the hardware acceleration of plugins.
const char kEnableAcceleratedPlugins[] = "enable-accelerated-plugins";

Powered by Google App Engine
This is Rietveld 408576698