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..db76e4311daffb39efdcfb20e51fdd19441e224a 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; |
+ ~DxgiTexture() override = default; |
Hzj_jie
2016/10/23 19:57:31
Ah, this is the base class, we should still use vi
|
// Copies selected regions of a frame represented by frame_info and resource. |
// Returns false if anything wrong. |