| Index: cc/trees/proxy.h
|
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
|
| index 05dfe69c62c451c6c2047e292f0e6637aae09f6f..b40bb2f93e4cb442e01f5098555ceedad0753994 100644
|
| --- a/cc/trees/proxy.h
|
| +++ b/cc/trees/proxy.h
|
| @@ -60,9 +60,9 @@ class CC_EXPORT Proxy {
|
|
|
| // Will call LayerTreeHost::OnCreateAndInitializeOutputSurfaceAttempted
|
| // with the result of this function.
|
| - virtual void SetOutputSurface(scoped_ptr<OutputSurface> output_surface) = 0;
|
| + virtual void SetOutputSurface(OutputSurface* output_surface) = 0;
|
|
|
| - virtual scoped_ptr<OutputSurface> ReleaseOutputSurface() = 0;
|
| + virtual void ReleaseOutputSurface() = 0;
|
|
|
| // Indicates that the compositing surface associated with our context is
|
| // ready to use.
|
|
|