| 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 158283c1eb2138553c3f9ba935b8ac708110c86e..409d35b578d7273e018270028d3ef5f6b8df9fe3 100644
|
| --- a/content/common/gpu/null_transport_surface.h
|
| +++ b/content/common/gpu/null_transport_surface.h
|
| @@ -21,15 +21,15 @@ class NullTransportSurface : public PassThroughImageTransportSurface {
|
| const gfx::GLSurfaceHandle& handle);
|
|
|
| // gfx::GLSurface 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 Initialize() override;
|
| + virtual void Destroy() override;
|
| + virtual bool SwapBuffers() override;
|
| + virtual bool PostSubBuffer(int x, int y, int width, int height) override;
|
|
|
| protected:
|
| virtual ~NullTransportSurface();
|
|
|
| - virtual void SendVSyncUpdateIfAvailable() OVERRIDE;
|
| + virtual void SendVSyncUpdateIfAvailable() override;
|
|
|
| private:
|
| uint32 parent_client_id_;
|
|
|