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

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

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. 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_adapter_duplicator.h
diff --git a/webrtc/modules/desktop_capture/win/dxgi_adapter_duplicator.h b/webrtc/modules/desktop_capture/win/dxgi_adapter_duplicator.h
index a9e61035fa3d83cf59f84e82f55d04b2b581d1c3..0261105ea09c46ac8d9d2dd823000c1dd4da45fe 100644
--- a/webrtc/modules/desktop_capture/win/dxgi_adapter_duplicator.h
+++ b/webrtc/modules/desktop_capture/win/dxgi_adapter_duplicator.h
@@ -28,6 +28,10 @@ namespace webrtc {
class DxgiAdapterDuplicator {
public:
struct Context {
+ Context();
+ Context(const Context& other);
+ ~Context();
+
// Child DxgiOutputDuplicator::Context belongs to this
// DxgiAdapterDuplicator::Context.
std::vector<DxgiOutputDuplicator::Context> contexts;
@@ -41,6 +45,8 @@ class DxgiAdapterDuplicator {
// DxgiAdapterDuplicator in std::vector<>.
DxgiAdapterDuplicator(DxgiAdapterDuplicator&& other);
+ ~DxgiAdapterDuplicator();
+
// Initializes the DxgiAdapterDuplicator from a D3dDevice.
bool Initialize();
« no previous file with comments | « webrtc/modules/desktop_capture/win/d3d_device.cc ('k') | webrtc/modules/desktop_capture/win/dxgi_adapter_duplicator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698