Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index aaa236d920df661c4d199205c6cca91cca62a952..3af8bdb1b9cf489a6bbf4c2863f63acd92d86403 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -594,15 +594,10 @@ const char kEnableAcceleratedOverflowScroll[] = |
"enable-accelerated-overflow-scroll"; |
// Enables accelerated compositing for scrollable frames for accelerated |
-// scrolling for them. Requires kForceCompositingMode. |
+// scrolling for them. |
const char kEnableAcceleratedScrollableFrames[] = |
"enable-accelerated-scrollable-frames"; |
-// Enables accelerated scrolling by the compositor for frames. Requires |
-// kForceCompositingMode and kEnableAcceleratedScrollableFrames. |
-const char kEnableCompositedScrollingForFrames[] = |
- "enable-composited-scrolling-for-frames"; |
- |
// Visibly render a border around paint rects in the web page to help debug |
// and study painting behavior. |
const char kShowPaintRects[] = "show-paint-rects"; |