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

Unified Diff: webrtc/modules/desktop_capture/win/d3d_device.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. 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/d3d_device.cc
diff --git a/webrtc/modules/desktop_capture/win/d3d_device.cc b/webrtc/modules/desktop_capture/win/d3d_device.cc
index f7c419f891dd95a5716eb16425bb9483b3ba7976..67d12980787c68707abea63a5c3ebf2e68f055cf 100644
--- a/webrtc/modules/desktop_capture/win/d3d_device.cc
+++ b/webrtc/modules/desktop_capture/win/d3d_device.cc
@@ -19,6 +19,8 @@ namespace webrtc {
using Microsoft::WRL::ComPtr;
D3dDevice::D3dDevice() = default;
+D3dDevice::D3dDevice(const D3dDevice& other) = default;
+D3dDevice::D3dDevice(D3dDevice&& other) = default;
D3dDevice::~D3dDevice() = default;
bool D3dDevice::Initialize(const ComPtr<IDXGIAdapter>& adapter) {
« no previous file with comments | « webrtc/modules/desktop_capture/win/d3d_device.h ('k') | webrtc/modules/desktop_capture/win/dxgi_adapter_duplicator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698