summaryrefslogtreecommitdiffstats
path: root/cc/base
diff options
context:
space:
mode:
Diffstat (limited to 'cc/base')
-rw-r--r--cc/base/switches.cc3
-rw-r--r--cc/base/switches.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index 5f405ea..487c5ec 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -54,9 +54,6 @@ const char kTopControlsHideThreshold[] = "top-controls-hide-threshold";
// Percentage of the top controls need to be shown before they will auto show.
const char kTopControlsShowThreshold[] = "top-controls-show-threshold";
-// Number of worker threads used to rasterize content.
-const char kNumRasterThreads[] = "num-raster-threads";
-
// Show metrics about overdraw in about:tracing recordings, such as the number
// of pixels culled, and the number of pixels drawn, for each frame.
const char kTraceOverdraw[] = "trace-overdraw";
diff --git a/cc/base/switches.h b/cc/base/switches.h
index a8c061d..500df71 100644
--- a/cc/base/switches.h
+++ b/cc/base/switches.h
@@ -27,7 +27,6 @@ CC_EXPORT extern const char kEnableImplSidePainting[];
CC_EXPORT extern const char kEnableTopControlsPositionCalculation[];
CC_EXPORT extern const char kEnableGPURasterization[];
CC_EXPORT extern const char kJankInsteadOfCheckerboard[];
-CC_EXPORT extern const char kNumRasterThreads[];
CC_EXPORT extern const char kTopControlsHeight[];
CC_EXPORT extern const char kTopControlsHideThreshold[];
CC_EXPORT extern const char kTraceOverdraw[];