| 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 76a8517eb82690182ac3079e65fd0ebc79e9ca4f..0f40f23f1a34a40db72dd5d241994dc681325712 100644
|
| --- a/content/common/gpu/image_transport_surface_mac.mm
|
| +++ b/content/common/gpu/image_transport_surface_mac.mm
|
| @@ -22,10 +22,10 @@ class DRTSurfaceOSMesa : public gfx::GLSurfaceOSMesa {
|
| : GLSurfaceOSMesa(gfx::OSMesaSurfaceFormatRGBA, gfx::Size(1, 1)) {}
|
|
|
| // Implement a subset of GLSurface.
|
| - virtual bool SwapBuffers() override;
|
| + bool SwapBuffers() override;
|
|
|
| private:
|
| - virtual ~DRTSurfaceOSMesa() {}
|
| + ~DRTSurfaceOSMesa() override {}
|
| DISALLOW_COPY_AND_ASSIGN(DRTSurfaceOSMesa);
|
| };
|
|
|
|
|