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

Unified Diff: cc/trees/thread_proxy.cc

Issue 12922002: cc: Chromify FrameRateController (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 9 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 | « cc/trees/layer_tree_host_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/thread_proxy.cc
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
index ffee9fd5b12b3e6483cd323d1ec8b7a09891bb60..566290d84dc06cebc30c40f32428ce1fd1cd321a 100644
--- a/cc/trees/thread_proxy.cc
+++ b/cc/trees/thread_proxy.cc
@@ -1125,7 +1125,7 @@ void ThreadProxy::InitializeRendererOnImplThread(
int maxFramesPending = layer_tree_host_impl_->output_surface()->
capabilities().max_frames_pending;
if (maxFramesPending <= 0)
- maxFramesPending = FrameRateController::kDefaultMaxFramesPending;
+ maxFramesPending = FrameRateController::DEFAULT_MAX_FRAMES_PENDING;
if (layer_tree_host_impl_->output_surface()->capabilities().
has_parent_compositor)
maxFramesPending = 1;
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698