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

Unified Diff: webkit/common/webpreferences.h

Issue 77083002: Add chromium side flag for enabling/disabling layer squashing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: webkit/common/webpreferences.h
diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h
index a8275cad9d0b1612b4372ebcaf265024a01ed5ee..6f40191aaf6b6418b3d9d0599b7c66d2949c23d1 100644
--- a/webkit/common/webpreferences.h
+++ b/webkit/common/webpreferences.h
@@ -106,6 +106,7 @@ struct WEBKIT_COMMON_EXPORT WebPreferences {
bool accelerated_compositing_for_scrollable_frames_enabled;
bool composited_scrolling_for_frames_enabled;
bool mock_scrollbars_enabled;
+ bool layer_squashing_enabled;
bool threaded_html_parser;
bool show_paint_rects;
bool asynchronous_spell_checking_enabled;

Powered by Google App Engine
This is Rietveld 408576698