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. |