Index: cc/trees/proxy_impl.cc |
diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc |
index bca90cb82eb2852c4d7369794c5fcf9d5aae5ffd..428ad915d0a2814cdb6a8693e3b446a03d759caf 100644 |
--- a/cc/trees/proxy_impl.cc |
+++ b/cc/trees/proxy_impl.cc |
@@ -614,10 +614,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(); |