Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index 4f2f488eae8e5805ee2caff3dbda557bcc8709da..e48e657e3ca4f0194498141e11f9f06af4d1531e 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -568,19 +568,6 @@ void ThreadProxy::DidInitializeVisibleTileOnImplThread() { |
scheduler_on_impl_thread_->SetNeedsRedraw(); |
} |
-void ThreadProxy::MainThreadHasStoppedFlinging() { |
- DCHECK(IsMainThread()); |
- Proxy::ImplThreadTaskRunner()->PostTask( |
- FROM_HERE, |
- base::Bind(&ThreadProxy::MainThreadHasStoppedFlingingOnImplThread, |
- impl_thread_weak_ptr_)); |
-} |
- |
-void ThreadProxy::MainThreadHasStoppedFlingingOnImplThread() { |
- DCHECK(IsImplThread()); |
- layer_tree_host_impl_->MainThreadHasStoppedFlinging(); |
-} |
- |
void ThreadProxy::NotifyInputThrottledUntilCommit() { |
DCHECK(IsMainThread()); |
Proxy::ImplThreadTaskRunner()->PostTask( |