diff --git a/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h b/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h index 1f22643971..02a781487e 100644 --- a/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h +++ b/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h @@ -32,7 +32,6 @@ namespace webrtc { // Duplicates the content on one IDXGIOutput, i.e. one monitor attached to one // video card. None of functions in this class is thread-safe. -// TODO(zijiehe): Understand the meaning of rotation. class DxgiOutputDuplicator { public: struct Context {