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

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: Rebase Created 4 years, 8 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/single_thread_proxy.h ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/single_thread_proxy.cc
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
index 3d991c05fee807cce943357d37ac5b7eea87a110..1fdf0054b84090c69e4a612f130b134df1347e6a 100644
--- a/cc/trees/single_thread_proxy.cc
+++ b/cc/trees/single_thread_proxy.cc
@@ -728,12 +728,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;
@@ -914,8 +908,4 @@ void SingleThreadProxy::DidFinishImplFrame() {
#endif
}
-void SingleThreadProxy::SendBeginFramesToChildren(const BeginFrameArgs& args) {
- layer_tree_host_->SendBeginFramesToChildren(args);
-}
-
} // namespace cc
« no previous file with comments | « cc/trees/single_thread_proxy.h ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698