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

Unified Diff: webkit/glue/webpreferences.h

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.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index 11eba82cbe29c2b2d27739132463781e947f4b5a..2b359cd17820dcb70dfc763d8af77747b96e2544 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -100,6 +100,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
bool show_composited_layer_tree;
bool show_fps_counter;
bool accelerated_compositing_for_overflow_scroll_enabled;
+ bool accelerated_compositing_for_scrollable_frames_enabled;
bool show_paint_rects;
bool render_vsync_enabled;
bool asynchronous_spell_checking_enabled;
« no previous file with comments | « content/public/common/content_switches.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698