Commit 37eb921a authored by Dan Sanders's avatar Dan Sanders Committed by Commit Bot

[media] Remove outdated TODO.

The issue mentioned in this TODO was already completed in the associated
bug.

Bug: 869660
Change-Id: I57f35558770a0c56441a899371eff5d723d76a26
Reviewed-on: https://chromium-review.googlesource.com/c/1371076Reviewed-by: default avatarSunny Sachanandani <sunnyps@chromium.org>
Commit-Queue: Dan Sanders <sandersd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615678}
parent 701b9ed0
...@@ -43,10 +43,6 @@ namespace content { ...@@ -43,10 +43,6 @@ namespace content {
namespace { namespace {
// Any reasonable size, will be overridden by the decoder anyway. // Any reasonable size, will be overridden by the decoder anyway.
//
// TODO(sandersd): DXVA VDA does not compute a visible rect itself; we should
// not enable RTCVideoDecoderAdapter on Windows until that is fixed.
// https://crbug.com/869660.
const gfx::Size kDefaultSize(640, 480); const gfx::Size kDefaultSize(640, 480);
// Assumed pixel format of the encoded content. WebRTC doesn't tell us, and in // Assumed pixel format of the encoded content. WebRTC doesn't tell us, and in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment