| Index: content/common/gpu/image_transport_surface_mac.mm
|
| diff --git a/content/common/gpu/image_transport_surface_mac.mm b/content/common/gpu/image_transport_surface_mac.mm
|
| index 0b8079965e1ef7eaf17c0a41c6b73583c3910a87..76a8517eb82690182ac3079e65fd0ebc79e9ca4f 100644
|
| --- a/content/common/gpu/image_transport_surface_mac.mm
|
| +++ b/content/common/gpu/image_transport_surface_mac.mm
|
| @@ -22,7 +22,7 @@ class DRTSurfaceOSMesa : public gfx::GLSurfaceOSMesa {
|
| : GLSurfaceOSMesa(gfx::OSMesaSurfaceFormatRGBA, gfx::Size(1, 1)) {}
|
|
|
| // Implement a subset of GLSurface.
|
| - virtual bool SwapBuffers() OVERRIDE;
|
| + virtual bool SwapBuffers() override;
|
|
|
| private:
|
| virtual ~DRTSurfaceOSMesa() {}
|
|
|