| Index: content/common/gpu/null_transport_surface.h
|
| diff --git a/content/common/gpu/null_transport_surface.h b/content/common/gpu/null_transport_surface.h
|
| index 409d35b578d7273e018270028d3ef5f6b8df9fe3..c4937e39a828e5244208d6766549bbcfbc1b3f90 100644
|
| --- a/content/common/gpu/null_transport_surface.h
|
| +++ b/content/common/gpu/null_transport_surface.h
|
| @@ -20,11 +20,12 @@ class NullTransportSurface : public PassThroughImageTransportSurface {
|
| GpuCommandBufferStub* stub,
|
| const gfx::GLSurfaceHandle& handle);
|
|
|
| - // gfx::GLSurface implementation.
|
| + // gfx::GLSurfaceAdapter implementation.
|
| virtual bool Initialize() override;
|
| virtual void Destroy() override;
|
| virtual bool SwapBuffers() override;
|
| virtual bool PostSubBuffer(int x, int y, int width, int height) override;
|
| + virtual bool OnMakeCurrent(gfx::GLContext* context) override;
|
|
|
| protected:
|
| virtual ~NullTransportSurface();
|
|
|