| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 4829d225d7ceeb47c941122680c4f1b1cc2873f0..3caf1399bf1f34f734b83cb00670d8e960a3a956 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -38,8 +38,8 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void FinishAllRendering() override;
|
| bool IsStarted() const override;
|
| bool CommitToActiveTree() const override;
|
| - void SetOutputSurface(scoped_ptr<OutputSurface>) override;
|
| - scoped_ptr<OutputSurface> ReleaseOutputSurface() override;
|
| + void SetOutputSurface(OutputSurface* output_surface) override;
|
| + void ReleaseOutputSurface() override;
|
| void SetLayerTreeHostClientReady() override;
|
| void SetVisible(bool visible) override;
|
| void SetThrottleFrameProduction(bool throttle) override;
|
|
|