| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 48a42919cee41291634b42acd14585b9b785528e..b56d97090fa312bd95a68833cf1992743939c56a 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -246,9 +246,6 @@ const char kDisableRemoteFonts[] = "disable-remote-fonts";
|
| // Turns off the accessibility in the renderer.
|
| const char kDisableRendererAccessibility[] = "disable-renderer-accessibility";
|
|
|
| -// Disables the new layout/paint system which paints after layout is complete.
|
| -const char kDisableRepaintAfterLayout[] = "disable-repaint-after-layout";
|
| -
|
| // Disable the seccomp filter sandbox (seccomp-bpf) (Linux only).
|
| const char kDisableSeccompFilterSandbox[] = "disable-seccomp-filter-sandbox";
|
|
|
| @@ -443,10 +440,6 @@ const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching";
|
| const char kEnableRegionBasedColumns[] =
|
| "enable-region-based-columns";
|
|
|
| -// Enables the new layout/paint system which paints after layout is complete.
|
| -const char kEnableRepaintAfterLayout[] =
|
| - "enable-repaint-after-layout";
|
| -
|
| // Enables targeted style recalculation optimizations.
|
| const char kEnableTargetedStyleRecalc[] =
|
| "enable-targeted-style-recalc";
|
|
|