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

Unified Diff: cc/trees/single_thread_proxy.cc

Issue 2888043004: [cc] Add and plumb CFS::DidNotProduceFrame. (Closed)
Patch Set: remove ExternalBFS::OnDidFinishFrame and related ack tracking. Created 3 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/single_thread_proxy.cc
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
index 777df13fbaf20a3f8ee050f8dbaeb505d1f8de3c..c610cad1dbed62dd10a23c7cc2af9387e4dc6c0e 100644
--- a/cc/trees/single_thread_proxy.cc
+++ b/cc/trees/single_thread_proxy.cc
@@ -807,6 +807,10 @@ void SingleThreadProxy::DidFinishImplFrame() {
#endif
}
+void SingleThreadProxy::BeginFrameDidNotProduceFrame(const BeginFrameAck& ack) {
sunnyps 2017/05/22 07:17:13 nit: Set the impl task runner so that DCHECKs for
Eric Seckler 2017/05/22 11:29:58 Done.
+ layer_tree_host_impl_->BeginFrameDidNotProduceFrame(ack);
+}
+
void SingleThreadProxy::DidReceiveCompositorFrameAck() {
layer_tree_host_->DidReceiveCompositorFrameAck();
}

Powered by Google App Engine
This is Rietveld 408576698