| Index: media/filters/omx_video_decoder.h
|
| diff --git a/media/filters/omx_video_decoder.h b/media/filters/omx_video_decoder.h
|
| index c406095c8db3b8dedc3131398672f2c665fc46fe..3f93f3af5914101d65bbd5c4443a66c03431e53f 100644
|
| --- a/media/filters/omx_video_decoder.h
|
| +++ b/media/filters/omx_video_decoder.h
|
| @@ -58,6 +58,8 @@ class OmxVideoDecoder : public VideoDecoder {
|
| bool supports_egl_image_;
|
| scoped_refptr<OmxVideoDecodeEngine> omx_engine_;
|
| MediaFormat media_format_;
|
| + size_t width_;
|
| + size_t height_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(OmxVideoDecoder);
|
| };
|
|
|