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

Unified Diff: webkit/glue/webpreferences.h

Issue 11818039: Reapply "Add a switch to enable composited scrolling for frames and enable it on Android" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months 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 7c9022ec22c315bb0462b9b8e7bb52c1c459c3d9..d807b06a009028cab32af6ab4d2c1de6571406a4 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -108,6 +108,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
bool show_fps_counter;
bool accelerated_compositing_for_overflow_scroll_enabled;
bool accelerated_compositing_for_scrollable_frames_enabled;
+ bool composited_scrolling_for_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