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

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

Issue 14417014: cc: Add tile-free software compositing mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 5aee4046b47bf305b5774f7062dfff2e70333574..b0b28a8af15eece9ba10d7d52a12ba85c349069d 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -242,6 +242,11 @@ const char kDomAutomationController[] = "dom-automation";
const char kReduceSecurityForDomAutomationTests[] =
"reduce-security-for-dom-automation-tests";
+// Make the software compositor paint directly from impl-side-painting
+// SkPictures to the final canvas instead of going through tiles.
+const char kEnableTileFreeSoftwareCompositing[] =
+ "enable-tile-free-software-compositing";
+
// Enable hardware accelerated page painting.
const char kEnableAcceleratedPainting[] = "enable-accelerated-painting";

Powered by Google App Engine
This is Rietveld 408576698