| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index ec82b706c138d77d32093a2ef8dd9e8d90a92004..a5f28ae1931f94ae2a754460923417f8835ba9c6 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;
|
|
|