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

Unified Diff: webkit/glue/webpreferences.h

Issue 10826025: Implement isRenderingVSynced on RenderWidget (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: using webpreferences instead Created 8 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') | webkit/glue/webpreferences.cc » ('j') | 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 f2fd581fc8075edefefd1db93dcf5a19faf889ab..15c49e768da4075c592d377c114119d41b514735 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -97,6 +97,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
bool show_composited_layer_tree;
bool show_fps_counter;
bool show_paint_rects;
+ bool render_vsync_enabled;
bool asynchronous_spell_checking_enabled;
bool unified_textchecker_enabled;
bool accelerated_compositing_enabled;
« no previous file with comments | « content/common/view_messages.h ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698