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

Unified Diff: webkit/glue/webpreferences.h

Issue 11361223: cc: Remove cc::settings, move them to LayerTreeSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-unittests Created 8 years, 1 month 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 | « webkit/compositor_bindings/web_layer_tree_view_impl.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 1e51332c6c84ace8e6a3a527d5009384b9b235d3..ac21c8f8e7b002bd411001896afd740feaab2126 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -48,6 +48,9 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
int minimum_logical_font_size;
std::string default_encoding;
bool apply_default_device_scale_factor_in_compositor;
+ bool apply_page_scale_factor_in_compositor;
+ bool per_tile_painting_enabled;
+ bool accelerated_animation_enabled;
bool javascript_enabled;
bool web_security_enabled;
bool javascript_can_open_windows_automatically;
@@ -104,15 +107,15 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
bool accelerated_compositing_enabled;
bool force_compositing_mode;
bool fixed_position_compositing_enabled;
- bool accelerated_layers_enabled;
- bool accelerated_animation_enabled;
- bool accelerated_video_enabled;
+ bool accelerated_compositing_for_3d_transforms_enabled;
+ bool accelerated_compositing_for_animation_enabled;
+ bool accelerated_compositing_for_video_enabled;
bool accelerated_2d_canvas_enabled;
bool deferred_2d_canvas_enabled;
bool accelerated_painting_enabled;
bool accelerated_filters_enabled;
bool gesture_tap_highlight_enabled;
- bool accelerated_plugins_enabled;
+ bool accelerated_compositing_for_plugins_enabled;
bool memory_info_enabled;
bool fullscreen_enabled;
bool allow_displaying_insecure_content;
@@ -143,8 +146,6 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
// without raising a DOM security exception.
bool cookie_enabled;
- bool apply_page_scale_factor_in_compositor;
-
#if defined(OS_ANDROID)
bool text_autosizing_enabled;
float font_scale_factor;
« no previous file with comments | « webkit/compositor_bindings/web_layer_tree_view_impl.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698