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

Unified Diff: webkit/common/webpreferences.h

Issue 239973005: Remove GPU_FEATURE_TYPE_3D_CSS and --disable-accelerated-layers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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 | « ppapi/shared_impl/ppapi_preferences.cc ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.h
diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h
index 0e678e90d6924a374edcb619282850f10a40bea5..fe8abdcfdd21c45b1b1294eb5ae7aa6fde08139a 100644
--- a/webkit/common/webpreferences.h
+++ b/webkit/common/webpreferences.h
@@ -110,8 +110,6 @@ struct WEBKIT_COMMON_EXPORT WebPreferences {
bool asynchronous_spell_checking_enabled;
bool unified_textchecker_enabled;
bool force_compositing_mode;
- bool accelerated_compositing_for_3d_transforms_enabled;
- bool accelerated_compositing_for_animation_enabled;
bool accelerated_compositing_for_video_enabled;
bool accelerated_2d_canvas_enabled;
int minimum_accelerated_2d_canvas_size;
@@ -121,7 +119,6 @@ struct WEBKIT_COMMON_EXPORT WebPreferences {
bool deferred_filters_enabled;
bool container_culling_enabled;
bool gesture_tap_highlight_enabled;
- bool accelerated_compositing_for_plugins_enabled;
bool allow_displaying_insecure_content;
bool allow_running_insecure_content;
bool password_echo_enabled;
« no previous file with comments | « ppapi/shared_impl/ppapi_preferences.cc ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698