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

Unified Diff: webkit/glue/webpreferences.h

Issue 11414308: Add vsync notification command line switch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 10 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 73270c28a2eeea968f5552ff89baf4d652247365..c219869e596a34b4cc32a7f230666a775c10946c 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -113,6 +113,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
bool mock_scrollbars_enabled;
bool show_paint_rects;
bool render_vsync_enabled;
+ bool render_vsync_notification_enabled;
bool asynchronous_spell_checking_enabled;
bool unified_textchecker_enabled;
bool accelerated_compositing_enabled;

Powered by Google App Engine
This is Rietveld 408576698