Index: webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.cc |
diff --git a/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.cc b/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.cc |
index 0276f6b94155065c3b9898789332c4da8ba63165..03dc15aa07f2a28d7da40f33a896a6be44ad872c 100644 |
--- a/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.cc |
+++ b/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.cc |
@@ -18,6 +18,8 @@ |
namespace webrtc { |
+DxgiDuplicatorController::Context::Context() {} |
+ |
DxgiDuplicatorController::Context::~Context() { |
DxgiDuplicatorController::Instance()->Unregister(this); |
} |