Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(797)

Unified Diff: cc/trees/thread_proxy.cc

Issue 52663003: Remove all fling related stuff from the renderer assuming that browser side Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/trees/thread_proxy.h ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « cc/trees/thread_proxy.h ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698