Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(832)

Unified Diff: content/public/common/content_switches.cc

Issue 11543002: Add a switch to enable compositing for scrollable frames. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_switches.h ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 08e55fa42e5c674b171f9b399907a036cb7a113c..b551191703d657acfc5483116bfbbde574efb283 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -581,8 +581,13 @@ const char kShowFPSCounter[] = "show-fps-counter";
// Enables accelerated compositing for overflow scroll. Promotes eligible
// overflow:scroll elements to layers to enable accelerated scrolling for them.
-const char kEnableAcceleratedCompositingForOverflowScroll[] =
- "enable-accelerated-compositing-for-overflow-scroll";
+const char kEnableAcceleratedOverflowScroll[] =
+ "enable-accelerated-overflow-scroll";
+
+// Enables accelerated compositing for scrollable frames for accelerated
+// scrolling for them.
+const char kEnableAcceleratedScrollableFrames[] =
+ "enable-accelerated-scrollable-frames";
// Visibly render a border around paint rects in the web page to help debug
// and study painting behavior.
« no previous file with comments | « content/public/common/content_switches.h ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698