| Index: cc/trees/proxy.h
|
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
|
| index 57efe3f4c1c608e3093c2014dc650cff0a3e440b..013d70928ff41d9a059b5fb091155ee813cf52ba 100644
|
| --- a/cc/trees/proxy.h
|
| +++ b/cc/trees/proxy.h
|
| @@ -60,7 +60,7 @@ 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;
|
|
|
| // Indicates that the compositing surface associated with our context is
|
| // ready to use.
|
|
|