Chromium Code Reviews| Index: media/video/video_decode_accelerator.h |
| diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h |
| index 6fe0573fd0bbc24eb23506616c87ef40bdb19fa8..4f71db35925430198af93a515382f47b0b965bd4 100644 |
| --- a/media/video/video_decode_accelerator.h |
| +++ b/media/video/video_decode_accelerator.h |
| @@ -131,8 +131,7 @@ class MEDIA_EXPORT VideoDecodeAccelerator { |
| Config(const Config& config); |
| // Intentional converting constructor. |
|
watk
2017/05/23 17:13:40
Please delete this comment now
Chandan
2017/05/24 13:54:04
Done.
|
| - // TODO(watk): Make this explicit. |
| - Config(VideoCodecProfile profile); |
| + explicit Config(VideoCodecProfile profile); |
| ~Config(); |