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

Unified Diff: cc/trees/proxy.h

Issue 45623005: [NOT FOR REVIEW] Patch demonstrating the changes required for browser side fling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch 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
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;

Powered by Google App Engine
This is Rietveld 408576698