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

Unified Diff: cc/trees/layer_tree_host_perftest.cc

Issue 67023003: cc: Don't double-tick unthrottled FrameRateController (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
« no previous file with comments | « cc/scheduler/frame_rate_controller_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_perftest.cc
diff --git a/cc/trees/layer_tree_host_perftest.cc b/cc/trees/layer_tree_host_perftest.cc
index 79ee46be8142bd84eef6e8b2eb0434e626242d4e..021fe59ca6ab2183925a8220e62fbf6b0b8dc2c7 100644
--- a/cc/trees/layer_tree_host_perftest.cc
+++ b/cc/trees/layer_tree_host_perftest.cc
@@ -46,6 +46,7 @@ class LayerTreeHostPerfTest : public LayerTreeTest {
virtual void InitializeSettings(LayerTreeSettings* settings) OVERRIDE {
settings->throttle_frame_production = false;
+ settings->deadline_scheduling_enabled = false;
enne (OOO) 2013/11/13 20:42:16 Can you put this in a different patch?
}
virtual void BeginTest() OVERRIDE {
« no previous file with comments | « cc/scheduler/frame_rate_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698