| Index: cc/trees/remote_channel_impl.cc
|
| diff --git a/cc/trees/remote_channel_impl.cc b/cc/trees/remote_channel_impl.cc
|
| index e5e976284f8a922c958acab53c161f4133b5f74e..a7639e9385d9915c12c11b61f9e0fd4399ca6551 100644
|
| --- a/cc/trees/remote_channel_impl.cc
|
| +++ b/cc/trees/remote_channel_impl.cc
|
| @@ -300,11 +300,6 @@ bool RemoteChannelImpl::SupportsImplScrolling() const {
|
| return true;
|
| }
|
|
|
| -void RemoteChannelImpl::SetChildrenNeedBeginFrames(
|
| - bool children_need_begin_frames) {
|
| - NOTREACHED() << "Should not be called on the remote client LayerTreeHost";
|
| -}
|
| -
|
| void RemoteChannelImpl::SetAuthoritativeVSyncInterval(
|
| const base::TimeDelta& interval) {
|
| NOTREACHED() << "Should not be called on the remote client LayerTreeHost";
|
|
|