| Index: ui/gl/gl_surface_stub.h
|
| diff --git a/ui/gl/gl_surface_stub.h b/ui/gl/gl_surface_stub.h
|
| index 14e24b07e625f3c04788e25e3f83750b6b15b341..8a80dfec6a13e00e77bcd64cfcbf9af1329af3dd 100644
|
| --- a/ui/gl/gl_surface_stub.h
|
| +++ b/ui/gl/gl_surface_stub.h
|
| @@ -15,11 +15,11 @@ class GL_EXPORT GLSurfaceStub : public GLSurface {
|
| void SetSize(const gfx::Size& size) { size_ = size; }
|
|
|
| // Implement GLSurface.
|
| - virtual void Destroy() OVERRIDE;
|
| - virtual bool IsOffscreen() OVERRIDE;
|
| - virtual bool SwapBuffers() OVERRIDE;
|
| - virtual gfx::Size GetSize() OVERRIDE;
|
| - virtual void* GetHandle() OVERRIDE;
|
| + virtual void Destroy() override;
|
| + virtual bool IsOffscreen() override;
|
| + virtual bool SwapBuffers() override;
|
| + virtual gfx::Size GetSize() override;
|
| + virtual void* GetHandle() override;
|
|
|
| protected:
|
| virtual ~GLSurfaceStub();
|
|
|