| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index c9d89d655179c3bdb232f6e7866961f08288041e..cd78febbfc9c456f478accdcd7919f7bcc569b36 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -250,6 +250,9 @@ const char kDisableSoftwareRasterizer[] = "disable-software-rasterizer";
|
| // Disable multithreaded GPU compositing of web content.
|
| const char kDisableThreadedCompositing[] = "disable-threaded-compositing";
|
|
|
| +// Disable multithreaded, compositor scrolling of web content.
|
| +const char kDisableThreadedScrolling[] = "disable-threaded-scrolling";
|
| +
|
| // Disable V8 idle notification after commit.
|
| // Overrides kEnableV8IdleNotificationAfterCommit.
|
| const char kDisableV8IdleNotificationAfterCommit[] =
|
|
|