| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 3af8bdb1b9cf489a6bbf4c2863f63acd92d86403..aaa236d920df661c4d199205c6cca91cca62a952 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -594,10 +594,15 @@ const char kEnableAcceleratedOverflowScroll[] =
|
| "enable-accelerated-overflow-scroll";
|
|
|
| // Enables accelerated compositing for scrollable frames for accelerated
|
| -// scrolling for them.
|
| +// scrolling for them. Requires kForceCompositingMode.
|
| 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";
|
|
|