Index: webrtc/modules/desktop_capture/win/dxgi_texture.h |
diff --git a/webrtc/modules/desktop_capture/win/dxgi_texture.h b/webrtc/modules/desktop_capture/win/dxgi_texture.h |
index 6d6976aa1dd9fc38634610ea2181c595a9af0874..9500082c94f57851a0880701b45a054e8d6ce9d3 100644 |
--- a/webrtc/modules/desktop_capture/win/dxgi_texture.h |
+++ b/webrtc/modules/desktop_capture/win/dxgi_texture.h |
@@ -29,7 +29,7 @@ class DxgiTexture { |
// entire screen -- usually a monitor on the system. |
explicit DxgiTexture(const DesktopRect& desktop_rect); |
- virtual ~DxgiTexture() = default; |
+ virtual ~DxgiTexture(); |
// Copies selected regions of a frame represented by frame_info and resource. |
// Returns false if anything wrong. |