| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index d8fb484839fabdb73ba477ae340a6b9b5fd9b096..06d181ee3b706e40ad833fe377178e7aa5be8369 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -101,6 +101,9 @@ const char kLowResolutionContentsScaleFactor[] =
|
| // Requires --enable-compositor-frame-message.
|
| const char kCompositeToMailbox[] = "composite-to-mailbox";
|
|
|
| +// Use a vsync signal from the browser to the renderer to schedule rendering.
|
| +const char kEnableVsyncNotification[] = "enable-vsync-notification";
|
| +
|
| bool IsImplSidePaintingEnabled() {
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
|
|
|
|