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

Unified Diff: content/public/common/content_switches.cc

Issue 16069004: cc: Remove legacy accelerated painting path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Base files missing blahblahblah Created 7 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index de63b7cd135b943546da2e78bfffbb09ec07a72d..664b87f8e69fac91f21f4fcf22a07d285ff5410e 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -250,9 +250,6 @@ const char kDomAutomationController[] = "dom-automation";
const char kReduceSecurityForDomAutomationTests[] =
"reduce-security-for-dom-automation-tests";
-// Enable hardware accelerated page painting.
-const char kEnableAcceleratedPainting[] = "enable-accelerated-painting";
-
// Enable gpu-accelerated SVG/W3C filters.
const char kEnableAcceleratedFilters[] = "enable-accelerated-filters";

Powered by Google App Engine
This is Rietveld 408576698