| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 2a0d3de8a214cc3ea194ddc4cd03e99c590aff19..c24714bc201e713e3d561bf8890e4aca1fa4e3b6 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -56,6 +56,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void Start(
|
| std::unique_ptr<BeginFrameSource> external_begin_frame_source) override;
|
| void Stop() override;
|
| + void SetMutator(std::unique_ptr<LayerTreeMutator> mutator) override;
|
| bool SupportsImplScrolling() const override;
|
| bool MainFrameWillHappenForTesting() override;
|
| void UpdateTopControlsState(TopControlsState constraints,
|
|
|