| Index: content/common/gpu/media/dxva_video_decode_accelerator_win.cc
|
| diff --git a/content/common/gpu/media/dxva_video_decode_accelerator_win.cc b/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
|
| index adbc1055cecd4df580d2a8bb5ee1997b113d6b64..695f06b912cb72bc3c67af39d8b7bdabe2bae13d 100644
|
| --- a/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
|
| +++ b/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
|
| @@ -2448,12 +2448,6 @@ bool DXVAVideoDecodeAccelerator::SetTransformOutputType(
|
| RETURN_ON_HR_FAILURE(hr, "Failed to set media type attributes", false);
|
| }
|
| hr = transform->SetOutputType(0, media_type.get(), 0); // No flags
|
| - if (FAILED(hr)) {
|
| - base::debug::Alias(&hr);
|
| - // TODO(ananta)
|
| - // Remove this CHECK when this stabilizes in the field.
|
| - CHECK(false);
|
| - }
|
| RETURN_ON_HR_FAILURE(hr, "Failed to set output type", false);
|
| return true;
|
| }
|
|
|