diff options
Diffstat (limited to 'cc/base/switches.cc')
-rw-r--r-- | cc/base/switches.cc | 3 |
1 files changed, 0 insertions, 3 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"; |