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

Unified Diff: cc/trees/proxy_impl.cc

Issue 2352823002: cc: Remove estimated parent draw time from renderer (Closed)
Patch Set: Rebase Created 4 years, 3 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/proxy_impl.h ('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_impl.cc
diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
index 67bd86da93156f7f93a7d10e2aa099542554ae0c..64697d7b0dcc7bd4fbf13f4b55a1e3cd7bb75f30 100644
--- a/cc/trees/proxy_impl.cc
+++ b/cc/trees/proxy_impl.cc
@@ -276,11 +276,6 @@ void ProxyImpl::SetBeginFrameSource(BeginFrameSource* source) {
}
}
-void ProxyImpl::SetEstimatedParentDrawTime(base::TimeDelta draw_time) {
- DCHECK(IsImplThread());
- scheduler_->SetEstimatedParentDrawTime(draw_time);
-}
-
void ProxyImpl::DidSwapBuffersCompleteOnImplThread() {
TRACE_EVENT0("cc,benchmark", "ProxyImpl::DidSwapBuffersCompleteOnImplThread");
DCHECK(IsImplThread());
« no previous file with comments | « cc/trees/proxy_impl.h ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698