Index: content/renderer/gpu/delegated_compositor_output_surface.h |
diff --git a/content/renderer/gpu/delegated_compositor_output_surface.h b/content/renderer/gpu/delegated_compositor_output_surface.h |
index b8ece974e52ad968c91f335f45fee7072df64c6d..6edc2d6b36d4280a04d89e9b511d4fc3a5b3d596 100644 |
--- a/content/renderer/gpu/delegated_compositor_output_surface.h |
+++ b/content/renderer/gpu/delegated_compositor_output_surface.h |
@@ -18,7 +18,7 @@ class DelegatedCompositorOutputSurface : public CompositorOutputSurface { |
uint32 output_surface_id, |
const scoped_refptr<ContextProviderCommandBuffer>& context_provider, |
scoped_refptr<FrameSwapMessageQueue> swap_frame_message_queue); |
- virtual ~DelegatedCompositorOutputSurface() {} |
+ ~DelegatedCompositorOutputSurface() override {} |
}; |
} // namespace content |