Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index a09850a5ece8968e1f7868140f1c74fe0202676a..3facec352636543394b95f8dd032a26ad13330aa 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1056,8 +1056,9 @@ void ThreadProxy::InitializeImplOnImplThread(CompletionEvent* completion, |
DCHECK(IsImplThread()); |
layer_tree_host_impl_ = layer_tree_host_->CreateLayerTreeHostImpl(this); |
const base::TimeDelta display_refresh_interval = |
- base::TimeDelta::FromMicroseconds(base::Time::kMicrosecondsPerSecond / |
- 60); |
+ base::TimeDelta::FromMicroseconds( |
+ base::Time::kMicrosecondsPerSecond / |
+ layer_tree_host_->settings().refresh_rate); |
scoped_ptr<FrameRateController> frame_rate_controller; |
if (render_vsync_enabled_) { |
if (render_vsync_notification_enabled_) { |