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 |