| 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 53f86fcc06e2c1345d4f7aec56eed31141865406..8b78d15b5fd12e73d418519c17584ea8446e601f 100644
|
| --- a/content/common/gpu/null_transport_surface.h
|
| +++ b/content/common/gpu/null_transport_surface.h
|
| @@ -23,8 +23,8 @@ class NullTransportSurface : public PassThroughImageTransportSurface {
|
| // gfx::GLSurfaceAdapter implementation.
|
| bool Initialize() override;
|
| void Destroy() override;
|
| - bool SwapBuffers() override;
|
| - bool PostSubBuffer(int x, int y, int width, int height) override;
|
| + gfx::SwapResult SwapBuffers() override;
|
| + gfx::SwapResult PostSubBuffer(int x, int y, int width, int height) override;
|
| bool OnMakeCurrent(gfx::GLContext* context) override;
|
|
|
| protected:
|
|
|