| Index: cc/trees/threaded_channel.cc
|
| diff --git a/cc/trees/threaded_channel.cc b/cc/trees/threaded_channel.cc
|
| index 77e60ffa5bb8b50e4800e642272f3eaa3364b433..7d1d728590481d3488de6bbeb86d7264ec00bf70 100644
|
| --- a/cc/trees/threaded_channel.cc
|
| +++ b/cc/trees/threaded_channel.cc
|
| @@ -34,13 +34,6 @@ ThreadedChannel::~ThreadedChannel() {
|
| DCHECK(!IsInitialized());
|
| }
|
|
|
| -void ThreadedChannel::SetThrottleFrameProductionOnImpl(bool throttle) {
|
| - DCHECK(IsMainThread());
|
| - ImplThreadTaskRunner()->PostTask(
|
| - FROM_HERE, base::Bind(&ProxyImpl::SetThrottleFrameProductionOnImpl,
|
| - proxy_impl_weak_ptr_, throttle));
|
| -}
|
| -
|
| void ThreadedChannel::UpdateTopControlsStateOnImpl(TopControlsState constraints,
|
| TopControlsState current,
|
| bool animate) {
|
|
|