| Index: cc/trees/remote_channel_main.h
|
| diff --git a/cc/trees/remote_channel_main.h b/cc/trees/remote_channel_main.h
|
| index 1848f5c589cbffa05772be0bd85b8b90b24db685..3a2759ed3f2c9ba836b7498223ef2cf2aa71201c 100644
|
| --- a/cc/trees/remote_channel_main.h
|
| +++ b/cc/trees/remote_channel_main.h
|
| @@ -34,6 +34,8 @@ class CC_EXPORT RemoteChannelMain : public ChannelMain,
|
| TopControlsState current,
|
| bool animate) override;
|
| void InitializeOutputSurfaceOnImpl(OutputSurface* output_surface) override;
|
| + void InitializeMutatorOnImpl(
|
| + std::unique_ptr<LayerTreeMutator> mutator) override;
|
| void MainThreadHasStoppedFlingingOnImpl() override;
|
| void SetInputThrottledUntilCommitOnImpl(bool is_throttled) override;
|
| void SetDeferCommitsOnImpl(bool defer_commits) override;
|
|
|