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

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

Issue 2345163002: Several minor improvements of DirectX capturer (Closed)
Patch Set: Remove DPI awareness changes Created 4 years, 3 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 94a263edcb899a6642d4b23bfe8c55d144c33d0b..fc1533a52264dfa96c582bb8a089da34bd289c4d 100644
--- a/webrtc/modules/desktop_capture/win/d3d_device.h
+++ b/webrtc/modules/desktop_capture/win/d3d_device.h
@@ -43,7 +43,7 @@ class D3dDevice {
// function.
D3dDevice();
- // Initialize the D3dDevice from an IDXGIAdapter.
+ // Initializes the D3dDevice from an IDXGIAdapter.
bool Initialize(const Microsoft::WRL::ComPtr<IDXGIAdapter>& adapter);
Microsoft::WRL::ComPtr<ID3D11Device> d3d_device_;

Powered by Google App Engine
This is Rietveld 408576698