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"; |