From d3de4abb50ca41cb0290984999d02333fd5727a3 Mon Sep 17 00:00:00 2001 From: zijiehe Date: Tue, 6 Dec 2016 16:32:07 -0800 Subject: [PATCH] Remove deprecated comments A trivial change to remove a deprecated comment. BUG=chromium:314516 Review-Url: https://codereview.webrtc.org/2553283002 Cr-Commit-Position: refs/heads/master@{#15454} --- webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h | 1 - 1 file changed, 1 deletion(-) 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 {