Index: cc/trees/proxy.h |
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
index d403ae0eb6da1ebce0df41dc64215daa9a252376..6707aa96bb524f6f175ef9d5277465b48a1d8aff 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. |