| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index b02258464693a27899599c8508639ca337a86257..c019844d5aad61257ead1e5a52255f10831b5d23 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -161,6 +161,7 @@ const char kDisableHangMonitor[] = "disable-hang-monitor";
|
| const char kDisableHistogramCustomizer[] = "disable-histogram-customizer";
|
|
|
| // Paint content on the main thread instead of the compositor thread.
|
| +// Overrides the kEnableImplSidePainting flag.
|
| const char kDisableImplSidePainting[] = "disable-impl-side-painting";
|
|
|
| // Prevent Java from running.
|
| @@ -344,6 +345,9 @@ const char kEnableLowResTiling[] = "enable-low-res-tiling";
|
| // Dynamically apply color profiles to web content images.
|
| const char kEnableImageColorProfiles[] = "enable-image-color-profiles";
|
|
|
| +// Paint content on the compositor thread instead of the main thread.
|
| +const char kEnableImplSidePainting[] = "enable-impl-side-painting";
|
| +
|
| // Force logging to be enabled. Logging is disabled by default in release
|
| // builds.
|
| const char kEnableLogging[] = "enable-logging";
|
|
|