| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index fcc04fd0458852c12de3d643474be8b2294a89ae..5335a10308abf4f257686c8a073314a5ce3e0752 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -33,6 +33,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| // Proxy implementation
|
| virtual void FinishAllRendering() OVERRIDE;
|
| virtual bool IsStarted() const OVERRIDE;
|
| + virtual void SetOutputSurface(scoped_ptr<OutputSurface>) OVERRIDE;
|
| virtual void SetLayerTreeHostClientReady() OVERRIDE;
|
| virtual void SetVisible(bool visible) OVERRIDE;
|
| virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE;
|
| @@ -105,9 +106,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| virtual void DidManageTiles() OVERRIDE;
|
| virtual void SetDebugState(const LayerTreeDebugState& debug_state) OVERRIDE {}
|
|
|
| - // Attempts to create the context and renderer synchronously. Calls
|
| - // LayerTreeHost::OnCreateAndInitializeOutputSurfaceAttempted with the result.
|
| - void CreateAndInitializeOutputSurface();
|
| + void RequestNewOutputSurface();
|
|
|
| // Called by the legacy path where RenderWidget does the scheduling.
|
| void CompositeImmediately(base::TimeTicks frame_begin_time);
|
|
|