Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: webrtc/modules/desktop_capture/win/dxgi_context.h

Issue 2933893003: Add reference counter of DxgiDuplicatorController to unload DXGI components (Closed)
Patch Set: Add reference counter for DxgiDuplicatorController Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/desktop_capture/win/dxgi_context.h
diff --git a/webrtc/modules/desktop_capture/win/dxgi_context.h b/webrtc/modules/desktop_capture/win/dxgi_context.h
index 323ea7cad32a1627a6f5998daf342acde988bfcc..2063d2f19ffafdfc3e9e9c2f5f2c9fc403710a02 100644
--- a/webrtc/modules/desktop_capture/win/dxgi_context.h
+++ b/webrtc/modules/desktop_capture/win/dxgi_context.h
@@ -12,6 +12,7 @@
#define WEBRTC_MODULES_DESKTOP_CAPTURE_WIN_DXGI_CONTEXT_H_
#include <vector>
+
#include "webrtc/modules/desktop_capture/desktop_region.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698