| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index b95ac111cc4d78e133e68d26a3aff72e42fdd0c4..0c86a5f3eb7aab747979e5e861a89e31a8ba2a09 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -103,5 +103,9 @@ const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout";
|
| // Makes pixel tests write their output instead of read it.
|
| const char kCCRebaselinePixeltests[] = "cc-rebaseline-pixeltests";
|
|
|
| +// Disable frame production throttling.
|
| +const char kDisableDisplayVsync[] = "disable-display-vsync";
|
| +const char kDisableCompositorVsync[] = "disable-compositor-vsync";
|
| +
|
| } // namespace switches
|
| } // namespace cc
|
|
|