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

Unified Diff: cc/trees/proxy.h

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/layer_tree_host_impl.cc ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 69975a6dd7f39a4632152d9f47c0b0f95023959b..d46713ff8313033ed40dc45027bc1fce218811bd 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -78,8 +78,6 @@ class CC_EXPORT Proxy {
// commits are deferred.
virtual void SetDeferCommits(bool defer_commits) = 0;
- virtual void MainThreadHasStoppedFlinging() = 0;
-
virtual bool CommitRequested() const = 0;
virtual bool BeginMainFrameRequested() const = 0;
« no previous file with comments | « cc/trees/layer_tree_host_impl.cc ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698