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

Unified Diff: cc/trees/single_thread_proxy.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/single_thread_proxy.cc
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
index b6e99d23ea9214acd5f70892a812d4eb9f5f71a4..6628c0635e5f677b1002f997815eced86970bd59 100644
--- a/cc/trees/single_thread_proxy.cc
+++ b/cc/trees/single_thread_proxy.cc
@@ -726,12 +726,6 @@ bool SingleThreadProxy::MainFrameWillHappenForTesting() {
return scheduler_on_impl_thread_->MainFrameForTestingWillHappen();
}
-void SingleThreadProxy::SetChildrenNeedBeginFrames(
- bool children_need_begin_frames) {
- scheduler_on_impl_thread_->SetChildrenNeedBeginFrames(
- children_need_begin_frames);
-}
-
void SingleThreadProxy::SetAuthoritativeVSyncInterval(
const base::TimeDelta& interval) {
authoritative_vsync_interval_ = interval;
@@ -912,8 +906,4 @@ void SingleThreadProxy::DidFinishImplFrame() {
#endif
}
-void SingleThreadProxy::SendBeginFramesToChildren(const BeginFrameArgs& args) {
- layer_tree_host_->SendBeginFramesToChildren(args);
-}
-
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698