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

Unified Diff: webrtc/modules/desktop_capture/desktop_frame_rotation.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
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/desktop_frame_rotation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/desktop_capture/desktop_frame_rotation.h
diff --git a/webrtc/modules/desktop_capture/desktop_frame_rotation.h b/webrtc/modules/desktop_capture/desktop_frame_rotation.h
index e78ea83f67150e43661aa6a4fcb2dc66b907bd82..c0024aaf21ded8fb605b01ee96a274cdfb1f0207 100644
--- a/webrtc/modules/desktop_capture/desktop_frame_rotation.h
+++ b/webrtc/modules/desktop_capture/desktop_frame_rotation.h
@@ -25,8 +25,7 @@ enum class Rotation {
};
// Rotates input DesktopFrame |source|, copies pixel in an unrotated rectangle
-// |source_rect| into the target rectangle of another DesktopFrame |target|, and
-// adds target rectangle into |target|->mutable_updated_region().
+// |source_rect| into the target rectangle of another DesktopFrame |target|.
// Target rectangle here is the rotated |source_rect| plus |target_offset|.
// |rotation| specifies |source| to |target| rotation. |source_rect| is in
// |source| coordinate. |target_offset| is in |target| coordinate.
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/desktop_frame_rotation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698