| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 478ba4b1f04204e63ad62896594785279c042281..e11d753f9a4cccdba7de939b3c0cb62c9d135de3 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -83,9 +83,6 @@ const char kDisable3DAPIs[] = "disable-3d-apis";
|
| // Disable gpu-accelerated 2d canvas.
|
| const char kDisableAccelerated2dCanvas[] = "disable-accelerated-2d-canvas";
|
|
|
| -// Disables accelerated compositing.
|
| -const char kDisableAcceleratedCompositing[] = "disable-accelerated-compositing";
|
| -
|
| // Disables accelerated compositing for backgrounds of root layers with
|
| // background-attachment: fixed.
|
| const char kDisableAcceleratedFixedRootBackground[] =
|
|
|