Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index 72b00a38670f3e43a04ef437a5364ef290eacae7..cc1486987185d881c8cd23eeebbf4bad8d37ead9 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1081,7 +1081,7 @@ void ThreadProxy::InitializeImplOnImplThread(CompletionEvent* completion, |
scoped_ptr<FrameRateController> frame_rate_controller; |
if (render_vsync_enabled_) { |
frame_rate_controller.reset( |
- new FrameRateController(DelayBasedTimeSource::create( |
+ new FrameRateController(DelayBasedTimeSource::Create( |
displayRefreshInterval, Proxy::ImplThread()))); |
} else { |
frame_rate_controller.reset(new FrameRateController(Proxy::ImplThread())); |