Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 4fd9c8789c89a93b39600c531cbf2ecc07bef28d..1bea2b1cf1740b30f294ae60d423e66607130670 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -81,9 +81,6 @@ const char kDisableAccelerated2dCanvas[] = "disable-accelerated-2d-canvas"; |
const char kDisableAcceleratedFixedRootBackground[] = |
"disable-accelerated-fixed-root-background"; |
-// Disables the hardware acceleration of 3D CSS and animation. |
-const char kDisableAcceleratedLayers[] = "disable-accelerated-layers"; |
- |
// Disables accelerated compositing for overflow scroll. |
const char kDisableAcceleratedOverflowScroll[] = |
"disable-accelerated-overflow-scroll"; |