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

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

Issue 1576133002: Add category handling to RasterWorkerPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hihi
Patch Set: Created 4 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 45297bbff9ab2cb5b17de77415513aba94fea124..17de5d51676ea17b01bc7cb7cc20cabd6b35768c 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -232,6 +232,7 @@ CONTENT_EXPORT extern const char kVideoImageTextureTarget[];
CONTENT_EXPORT extern const char kUseMobileUserAgent[];
CONTENT_EXPORT extern const char kUseNormalPriorityForTileTaskWorkerThreads[];
CONTENT_EXPORT extern const char kUseRemoteCompositing[];
+CONTENT_EXPORT extern const char kUseSingleThreadForBackgroundRasterTasks[];
reveman 2016/01/13 23:09:30 nit: Remove "Raster" as this technically not limit
ericrk 2016/01/21 01:19:44 Fair enough - we can see what happens when we land
extern const char kUseSurfaces[];
CONTENT_EXPORT extern const char kDisableSurfaces[];
extern const char kUtilityCmdPrefix[];

Powered by Google App Engine
This is Rietveld 408576698