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

Unified Diff: cc/trees/thread_proxy.h

Issue 292533002: Remove forced commit and readback from the scheduler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-cnr-scheduler: Created 6 years, 7 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/thread_proxy.h
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
index dd46c5887cb62c9fa7c218cfc49a4a14fff68512..b1144698ed0a98c042691b37af23dbc40758529a 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -110,7 +110,6 @@ class ThreadProxy : public Proxy,
virtual void ScheduledActionSendBeginMainFrame() OVERRIDE;
virtual DrawResult ScheduledActionDrawAndSwapIfPossible() OVERRIDE;
virtual DrawResult ScheduledActionDrawAndSwapForced() OVERRIDE;
- virtual DrawResult ScheduledActionDrawAndReadback() OVERRIDE;
virtual void ScheduledActionAnimate() OVERRIDE;
virtual void ScheduledActionCommit() OVERRIDE;
virtual void ScheduledActionUpdateVisibleTiles() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698