| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index 13904cdba36c95d2c2f8cbec822a721a727f1817..5bfa6aeff8becccc0d35d4f913a7b6e9219230c4 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -15,10 +15,6 @@ const char kDisableThreadedAnimation[] = "disable-threaded-animation";
|
| const char kDisableCompositedAntialiasing[] =
|
| "disable-composited-antialiasing";
|
|
|
| -// Disables sending the next BeginMainFrame before the previous commit has
|
| -// drawn.
|
| -const char kDisableMainFrameBeforeDraw[] = "disable-main-frame-before-draw";
|
| -
|
| // Disables sending the next BeginMainFrame before the previous commit
|
| // activates. Overrides the kEnableMainFrameBeforeActivation flag.
|
| const char kDisableMainFrameBeforeActivation[] =
|
|
|