| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index b95ac111cc4d78e133e68d26a3aff72e42fdd0c4..706ff85c59ccb1049c5c4ed2889973903ba0cb5d 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -103,5 +103,8 @@ 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 kDisableBeginFrameInterval[] = "disable-beginframe-interval";
|
| +
|
| } // namespace switches
|
| } // namespace cc
|
|
|