| 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..86d9fe99f024bfebea335331998aea8cb610799f 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -81,10 +81,6 @@ const char kDisable3DAPIs[] = "disable-3d-apis";
|
| // Disable gpu-accelerated 2d canvas.
|
| const char kDisableAccelerated2dCanvas[] = "disable-accelerated-2d-canvas";
|
|
|
| -// Disables layer squashing.
|
| -const char kDisableLayerSquashing[] =
|
| - "disable-layer-squashing";
|
| -
|
| // Disables hardware acceleration of video decode, where available.
|
| const char kDisableAcceleratedVideoDecode[] =
|
| "disable-accelerated-video-decode";
|
| @@ -306,11 +302,6 @@ const char kEnableLCDText[] = "enable-lcd-text";
|
| // Only valid if GPU rasterization is enabled as well.
|
| const char kEnableDistanceFieldText[] = "enable-distance-field-text";
|
|
|
| -// Enables experimental feature that maps multiple RenderLayers to
|
| -// one composited layer to avoid pathological layer counts.
|
| -const char kEnableLayerSquashing[] =
|
| - "enable-layer-squashing";
|
| -
|
| // Enable the experimental Credential Manager JavaScript API.
|
| const char kEnableCredentialManagerAPI[] = "enable-credential-manager-api";
|
|
|
|
|