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.h

Issue 2612323002: Add --disable-slimming-paint-invalidation (Closed)
Patch Set: Created 3 years, 11 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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index b03955ca6584a4d1ca5961f01c5df8eb530c350e..dee8c1459c2919d3e4c09421977a70cc52078b0b 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -145,6 +145,7 @@ CONTENT_EXPORT extern const char kEnableSandboxLogging[];
extern const char kEnableSkiaBenchmarking[];
CONTENT_EXPORT extern const char kEnableSlimmingPaintV2[];
CONTENT_EXPORT extern const char kEnableSlimmingPaintInvalidation[];
+CONTENT_EXPORT extern const char kDisableSlimmingPaintInvalidation[];
Charlie Reis 2017/01/05 20:35:39 Same here and in .cc file.
Xianzhu 2017/01/05 21:39:47 Done.
CONTENT_EXPORT extern const char kEnableSmoothScrolling[];
CONTENT_EXPORT extern const char kEnableSpatialNavigation[];
CONTENT_EXPORT extern const char kEnableStatsTable[];

Powered by Google App Engine
This is Rietveld 408576698