| Index: media/base/video_decoder_config.h
|
| diff --git a/media/base/video_decoder_config.h b/media/base/video_decoder_config.h
|
| index 0099c3e34956b4b3b37cf542f43745fb38ef035b..2d3d3fe972930850811c0e7717b41e6f621bf22d 100644
|
| --- a/media/base/video_decoder_config.h
|
| +++ b/media/base/video_decoder_config.h
|
| @@ -86,6 +86,7 @@ class MEDIA_EXPORT VideoDecoderConfig {
|
| // the bitstream.
|
| ColorSpace color_space() const { return color_space_; }
|
|
|
| + // Deprecated. TODO(wolenetz): Remove. See https://crbug.com/665539.
|
| // Width and height of video frame immediately post-decode. Not all pixels
|
| // in this region are valid.
|
| gfx::Size coded_size() const { return coded_size_; }
|
| @@ -127,7 +128,9 @@ class MEDIA_EXPORT VideoDecoderConfig {
|
| // TODO(servolk): Deprecated, use color_space_info_ instead.
|
| ColorSpace color_space_;
|
|
|
| + // Deprecated. TODO(wolenetz): Remove. See https://crbug.com/665539.
|
| gfx::Size coded_size_;
|
| +
|
| gfx::Rect visible_rect_;
|
| gfx::Size natural_size_;
|
|
|
|
|