| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index 487c5ec296bdf9158605d6347dc05d21ec882d18..5f405ea082e334350f478c042d2b920c447000f9 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -53,6 +53,9 @@
|
|
|
| // 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.
|
|
|