Index: webrtc/modules/desktop_capture/win/dxgi_texture.cc |
diff --git a/webrtc/modules/desktop_capture/win/dxgi_texture.cc b/webrtc/modules/desktop_capture/win/dxgi_texture.cc |
index 96c98363a0264a36e26ae4da2d3bd49980a12be2..bf7afac1f2d06ca2cde23e12e3004e75a3581aa0 100644 |
--- a/webrtc/modules/desktop_capture/win/dxgi_texture.cc |
+++ b/webrtc/modules/desktop_capture/win/dxgi_texture.cc |
@@ -24,7 +24,7 @@ class DxgiDesktopFrame : public DesktopFrame { |
texture.bits(), |
nullptr) {} |
- virtual ~DxgiDesktopFrame() = default; |
+ ~DxgiDesktopFrame() override = default; |
}; |
} // namespace |