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

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_impl.cc

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
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_layer_tree_view_impl.cc
diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl.cc b/webkit/compositor_bindings/web_layer_tree_view_impl.cc
index 7d663850b860f6c6a6501bdf99982d253a2c7294..cc99db180628b8f0ee6ac393ffe7269bc4272015 100644
--- a/webkit/compositor_bindings/web_layer_tree_view_impl.cc
+++ b/webkit/compositor_bindings/web_layer_tree_view_impl.cc
@@ -41,6 +41,7 @@ bool WebLayerTreeViewImpl::initialize(const WebLayerTreeView::Settings& webSetti
LayerTreeSettings settings;
settings.acceleratePainting = webSettings.acceleratePainting;
settings.renderVSyncEnabled = webSettings.renderVSyncEnabled;
+ settings.renderVSyncNotificationEnabled = webSettings.renderVSyncNotificationEnabled;
danakj 2013/02/07 19:23:17 You'll need to do this in content/renderer/render_
settings.perTilePaintingEnabled = webSettings.perTilePaintingEnabled;
settings.rightAlignedSchedulingEnabled = CommandLine::ForCurrentProcess()->HasSwitch(cc::switches::kEnableRightAlignedScheduling);
settings.acceleratedAnimationEnabled = webSettings.acceleratedAnimationEnabled;
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698