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

Unified Diff: cc/trees/proxy_impl.cc

Issue 1841083007: Remove SendBeginFramesToChildren plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheduler_output_surface_client_set_beginframesource
Patch Set: Remove some comments Created 4 years, 9 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_impl.cc
diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
index 12fcdf5523cf60faa666dd86d291c58868015ae1..ce89d637671fe931d159d35cfc49ddac3db1743a 100644
--- a/cc/trees/proxy_impl.cc
+++ b/cc/trees/proxy_impl.cc
@@ -610,10 +610,6 @@ void ProxyImpl::ScheduledActionInvalidateOutputSurface() {
layer_tree_host_impl_->output_surface()->Invalidate();
}
-void ProxyImpl::SendBeginFramesToChildren(const BeginFrameArgs& args) {
- NOTREACHED() << "Only used by SingleThreadProxy";
-}
-
void ProxyImpl::SendBeginMainFrameNotExpectedSoon() {
DCHECK(IsImplThread());
channel_impl_->BeginMainFrameNotExpectedSoon();

Powered by Google App Engine
This is Rietveld 408576698