Chromium Code Reviews| Index: content/common/gpu/media/android_video_decode_accelerator.h |
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.h b/content/common/gpu/media/android_video_decode_accelerator.h |
| index 272a6a01a27c20382d68ff01ece2ac7a5a136580..0867cfc9589e9925039dc0a75d27ebbd611c07c0 100644 |
| --- a/content/common/gpu/media/android_video_decode_accelerator.h |
| +++ b/content/common/gpu/media/android_video_decode_accelerator.h |
| @@ -184,6 +184,9 @@ class CONTENT_EXPORT AndroidVideoDecodeAccelerator |
| // an encrypted stream. |
| media::MediaDrmBridgeCdmContext::JavaObjectPtr media_crypto_; |
| + // Initial coded size. |
|
DaleCurtis
2016/04/07 18:40:43
Add a note that this may and probably will change
liberato (no reviews please)
2016/04/07 20:46:28
Done.
|
| + gfx::Size coded_size_; |
|
Tima Vaisburd
2016/04/07 18:50:01
nit: s/coded_size_/initial_frame_size_/ ? or just
liberato (no reviews please)
2016/04/07 20:46:28
renamed to |initial_expected_coded_size_|, per dal
|
| + |
| protected: |
| friend class base::RefCountedThreadSafe<CodecConfig>; |
| virtual ~CodecConfig(); |