| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 8e57a29a1420079fef74060612fea3023f6154c0..5c6e063845f914c7cd10493ef6fee31324d75221 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -104,10 +104,6 @@ const char kDisableBlinkScheduler[] = "disable-blink-scheduler";
|
| const char kDisablePreferCompositingToLCDText[] =
|
| "disable-prefer-compositing-to-lcd-text";
|
|
|
| -// See comment for kEnableCompositingForTransition.
|
| -const char kDisableCompositingForTransition[] =
|
| - "disable-transition-compositing";
|
| -
|
| // Disables HTML5 DB support.
|
| const char kDisableDatabases[] = "disable-databases";
|
|
|
| @@ -324,16 +320,6 @@ const char kEnablePreferCompositingToLCDText[] =
|
| // PlzNavigate: Use the experimental browser-side navigation path.
|
| const char kEnableBrowserSideNavigation[] = "enable-browser-side-navigation";
|
|
|
| -// Enable/Disable the creation of compositing layers for RenderLayers with a
|
| -// transition on a property that supports accelerated animation (that is,
|
| -// opacity, -webkit-transform, and -webkit-filter), even when no animation is
|
| -// running. These options allow for three possible scenarios:
|
| -// 1. Default (enabled only if we dectect a highDPI display)
|
| -// 2. Enabled always.
|
| -// 3. Disabled always.
|
| -const char kEnableCompositingForTransition[] =
|
| - "enable-transition-compositing";
|
| -
|
| // Defer image decoding in WebKit until painting.
|
| const char kEnableDeferredImageDecoding[] = "enable-deferred-image-decoding";
|
|
|
|
|