| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 50e6bf25c82a8767f955514a451dbeebdce523f7..4a6169f4165205d5619df75b8031eabbc07d050c 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -30,7 +30,8 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual bool CompositeAndReadback(void* pixels, gfx::Rect rect) OVERRIDE;
|
| virtual void FinishAllRendering() OVERRIDE;
|
| virtual bool IsStarted() const OVERRIDE;
|
| - virtual void SetLayerTreeHostClientReady() OVERRIDE;
|
| + virtual void SetLayerTreeHostClientReady(
|
| + scoped_ptr<OutputSurface> first_output_surface) OVERRIDE;
|
| virtual void SetVisible(bool visible) OVERRIDE;
|
| virtual void CreateAndInitializeOutputSurface() OVERRIDE;
|
| virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE;
|
| @@ -44,7 +45,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual bool CommitRequested() const OVERRIDE;
|
| virtual bool BeginMainFrameRequested() const OVERRIDE;
|
| virtual void MainThreadHasStoppedFlinging() OVERRIDE {}
|
| - virtual void Start(scoped_ptr<OutputSurface> first_output_surface) OVERRIDE;
|
| + virtual void Start() OVERRIDE;
|
| virtual void Stop() OVERRIDE;
|
| virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
|
| virtual void AcquireLayerTextures() OVERRIDE {}
|
|
|