| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index 6ebf6d67360f76a67c4dfdc5d03e52aed01f256c..cdca0f7051903fda74d24cafa62a148d475ae7a2 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -27,10 +27,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";
|
|
|
| -// 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";
|
| -
|
| // Re-rasters everything multiple times to simulate a much slower machine.
|
| // Give a scale factor to cause raster to take that many times longer to
|
| // complete, such as --slow-down-raster-scale-factor=25.
|
|
|