Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index acf481e39df83111c333b788f171d5205ae6dc94..1ccbdb9dc628dadd307d48c19628373a53b7c623 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -432,7 +432,7 @@ void SingleThreadProxy::DidSwapBuffersCompleteOnImplThread() { |
void SingleThreadProxy::BeginFrame(const BeginFrameArgs& args) { |
TRACE_EVENT0("cc", "SingleThreadProxy::BeginFrame"); |
if (scheduler_on_impl_thread_) |
- scheduler_on_impl_thread_->BeginImplFrame(args); |
+ scheduler_on_impl_thread_->BeginFrame(args); |
} |
void SingleThreadProxy::CompositeImmediately(base::TimeTicks frame_begin_time) { |