Chromium Code Reviews

Unified Diff: webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.cc

Issue 2436503004: Enable clang style plugin in webrtc/modules/desktop_capture (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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);
}
« no previous file with comments | « webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h ('k') | webrtc/modules/desktop_capture/win/dxgi_texture.h » ('j') | no next file with comments »

Powered by Google App Engine