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/dxgi_duplicator_controller.h

Issue 2530303002: Use RotateDesktopFrame in DirectX capturer (Closed)
Patch Set: Sync latest changes Created 4 years, 1 month 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_duplicator_controller.h
diff --git a/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h b/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h
index 9d3701055168432a87570f70ab3880cf10f38736..d13961d0da09fee6c53d39c5968ba636fc23160d 100644
--- a/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h
+++ b/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h
@@ -26,8 +26,8 @@
namespace webrtc {
// A controller for all the objects we need to call Windows DirectX capture APIs
-// It's a singleton because, only one IDXGIOutputDuplication instance per
-// monitor is allowed per application.
+// It's a singleton because only one IDXGIOutputDuplication instance per monitor
+// is allowed per application.
//
// Consumers should create a DxgiDuplicatorController::Context and keep it
// throughout their lifetime, and pass it when calling Duplicate(). Consumers
@@ -81,7 +81,7 @@ class DxgiDuplicatorController {
// containers are destructed in correct order.
~DxgiDuplicatorController();
- // All the following functions implicitly call Initialize() function is
+ // All the following functions implicitly call Initialize() function if
// current instance has not been initialized.
// Detects whether the system supports DXGI based capturer.
« no previous file with comments | « webrtc/modules/desktop_capture/desktop_frame_rotation.cc ('k') | webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698