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

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

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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 6b7a0a95bbde5053af8e7d1289f95e6f7242c4c1..cc73387e8ff79b5e4fb832626c8130b6dbed3695 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -179,6 +179,8 @@ extern const char kUseSystemSSL[];
CONTENT_EXPORT extern const char kRendererCheckFalseTest[];
#endif
+extern const char kEnablePerTileDrawing[];
+
} // namespace switches
#endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698