| Index: cc/switches.cc
|
| diff --git a/cc/switches.cc b/cc/switches.cc
|
| index aa21f542142ff0638d1a1ceea19022f16a9c6bcb..4094ff05240cb4d6a775d9a9701de2646d055c27 100644
|
| --- a/cc/switches.cc
|
| +++ b/cc/switches.cc
|
| @@ -44,6 +44,10 @@ const char kShowReplicaScreenSpaceRects[] = "show-replica-screenspace-rects";
|
| // considered occluding the pixels behind it.
|
| const char kShowOccludingRects[] = "show-occluding-rects";
|
|
|
| +// Show rects in the HUD wherever something is not known to be drawn opaque and
|
| +// is not considered to be occluding the pixels behind it.
|
| +const char kShowNonOccludingRects[] = "show-nonoccluding-rects";
|
| +
|
| // 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";
|
|
|