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

Unified Diff: webkit/glue/webpreferences.h

Issue 12095053: cc: Avoid expensive RenderingStats collection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use WebSettings 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
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index d11b6346dce2eb14fe0fe68f2b9f6901a98bb816..6f1861aa9a6b7911f1bf490e3c59f5b17b12e1b7 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -155,6 +155,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
EditingBehavior editing_behavior;
bool supports_multiple_windows;
bool viewport_enabled;
+ bool record_rendering_stats;
// This flags corresponds to a Page's Settings' setCookieEnabled state. It
// only controls whether or not the "document.cookie" field is properly

Powered by Google App Engine
This is Rietveld 408576698