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

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

Issue 8771056: Add a command-line switch --enable-per-tile-painting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: enable-per-tile-painting -> enable-per-tile-drawing Created 9 years 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 c074ff9a8aeb3964ebc17e1f6596db386cfd4bae..f9564165bc86cf889d49cab471230ceef75488db 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -555,4 +555,10 @@ const char kUseSystemSSL[] = "use-system-ssl";
const char kRendererCheckFalseTest[] = "renderer-check-false-test";
#endif
+// Enable per-tile page drawing.
+// Please note that this flag is honored only if chromium is compiled with
+// SKIA_GPU flag, which can be enabled by setting use_skia_gpu variable to 1
+// in build/features_override.gypi.
+const char kEnablePerTileDrawing[] = "enable-per-tile-drawing";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698