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

Unified Diff: webrtc/modules/desktop_capture/win/d3d_device.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/d3d_device.h
diff --git a/webrtc/modules/desktop_capture/win/d3d_device.h b/webrtc/modules/desktop_capture/win/d3d_device.h
index fc1533a52264dfa96c582bb8a089da34bd289c4d..41efa849053e38b13b78a8be3183767b091099bf 100644
--- a/webrtc/modules/desktop_capture/win/d3d_device.h
+++ b/webrtc/modules/desktop_capture/win/d3d_device.h
@@ -24,6 +24,8 @@ namespace webrtc {
// This class represents one video card in the system.
class D3dDevice {
public:
+ D3dDevice(const D3dDevice& other);
+ D3dDevice(D3dDevice&& other);
~D3dDevice();
ID3D11Device* d3d_device() const { return d3d_device_.Get(); }
« no previous file with comments | « webrtc/modules/desktop_capture/screen_capturer_x11.cc ('k') | webrtc/modules/desktop_capture/win/d3d_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698