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

Unified Diff: webkit/glue/webpreferences.h

Issue 7519017: respect --force-compositing-mode for chrome: pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add new flag instead Created 9 years, 5 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/common/view_messages.h ('k') | no next file » | 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 7f0fe3e1b053003d47eb60fd2ecb84d93483a542..985f7ece8cd0f19c9a58b9752bffb2c923d72619 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -79,6 +79,7 @@ struct WebPreferences {
bool asynchronous_spell_checking_enabled;
bool accelerated_compositing_enabled;
bool force_compositing_mode;
+ bool allow_webui_compositing;
bool composite_to_texture_enabled;
bool accelerated_layers_enabled;
bool accelerated_video_enabled;
« no previous file with comments | « content/common/view_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698