| Index: cc/trees/threaded_channel.h
|
| diff --git a/cc/trees/threaded_channel.h b/cc/trees/threaded_channel.h
|
| index 2333e33db3358f83a4b62266cea616f96c997b33..06325efe509b8ee2cf1ba6bd40411ad8787b6547 100644
|
| --- a/cc/trees/threaded_channel.h
|
| +++ b/cc/trees/threaded_channel.h
|
| @@ -102,7 +102,6 @@ class CC_EXPORT ThreadedChannel : public ChannelMain, public ChannelImpl {
|
| void SetVisibleOnImpl(bool visible) override;
|
|
|
| // Blocking calls to ProxyImpl
|
| - void FinishAllRenderingOnImpl(CompletionEvent* completion) override;
|
| void ReleaseOutputSurfaceOnImpl(CompletionEvent* completion) override;
|
| void MainFrameWillHappenOnImplForTesting(
|
| CompletionEvent* completion,
|
|
|