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; |