| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 6f515299ce155a0eda2355e06d76c217b9f51e78..e4be933a6a6ba4cb166fac37fdafedd9ec604a0f 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(LayerTreeMutator* mutator) override;
|
| bool SupportsImplScrolling() const override;
|
| bool MainFrameWillHappenForTesting() override;
|
| void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override;
|
|
|