| Index: cc/trees/proxy.h
|
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
|
| index feeab43b507603a43c8bf66d3338cb4685cb0c90..8d72728cfe07bd5cc2820f2a0e91bfcfb6c41c5e 100644
|
| --- a/cc/trees/proxy.h
|
| +++ b/cc/trees/proxy.h
|
| @@ -56,10 +56,6 @@
|
| virtual void FinishAllRendering() = 0;
|
|
|
| virtual bool IsStarted() const = 0;
|
| -
|
| - // Will call LayerTreeHost::OnCreateAndInitializeOutputSurfaceAttempted
|
| - // with the result of this function.
|
| - virtual void SetOutputSurface(scoped_ptr<OutputSurface> output_surface) = 0;
|
|
|
| // Indicates that the compositing surface associated with our context is
|
| // ready to use.
|
|
|