| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 099c22383317ef4ac57d8172acde2133690c6afe..99663e7d368350cda6a59c40239a837eb7231b91 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -55,6 +55,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void MainThreadHasStoppedFlinging() override {}
|
| void Start(scoped_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;
|
|
|