| Index: content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.h b/content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| index 6f167e4a382326112489c96e23ba53594feafd1d..e91a40d39b621c82abd03b9b572c6909f891e92b 100644
|
| --- a/content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| @@ -60,7 +60,7 @@ class GpuBrowserCompositorOutputSurface
|
| #endif
|
|
|
| // cc::OutputSurface implementation.
|
| - bool BindToClient(cc::OutputSurfaceClient* client) override;
|
| + void BindToClient(cc::OutputSurfaceClient* client) override;
|
| void EnsureBackbuffer() override;
|
| void DiscardBackbuffer() override;
|
| void BindFramebuffer() override;
|
| @@ -77,6 +77,7 @@ class GpuBrowserCompositorOutputSurface
|
| protected:
|
| gpu::CommandBufferProxyImpl* GetCommandBufferProxy();
|
|
|
| + cc::OutputSurfaceClient* client_ = nullptr;
|
| std::unique_ptr<ReflectorTexture> reflector_texture_;
|
| base::WeakPtrFactory<GpuBrowserCompositorOutputSurface> weak_ptr_factory_;
|
|
|
|
|