| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 210b5b367d61c84de9f1fb8cc70e021e908e8fe9..3851504ac973503842eb16ea431b0cd5410e634c 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -767,6 +767,9 @@ const char kDisableFixedPositionCreatesStackingContext[]
|
| // Defer image decoding in WebKit until painting.
|
| const char kEnableDeferredImageDecoding[] = "enable-deferred-image-decoding";
|
|
|
| +// Use a vsync signal from the browser to the renderer to schedule rendering.
|
| +const char kEnableVsyncNotification[] = "enable-vsync-notification";
|
| +
|
| // Disables history navigation in response to horizontal overscroll.
|
| const char kDisableOverscrollHistoryNavigation[] =
|
| "disable-overscroll-history-navigation";
|
|
|