| Index: media/renderers/audio_renderer_impl.h
|
| diff --git a/media/renderers/audio_renderer_impl.h b/media/renderers/audio_renderer_impl.h
|
| index 6ab57ae3a978b6675d4c11ab35c30abfc6da2224..879bc335902ee695c2b5f50fe54ec3da007bc71a 100644
|
| --- a/media/renderers/audio_renderer_impl.h
|
| +++ b/media/renderers/audio_renderer_impl.h
|
| @@ -290,6 +290,9 @@ class MEDIA_EXPORT AudioRendererImpl
|
| // suspend/is suspended and when it resumes.
|
| bool is_suspending_;
|
|
|
| + // Whether to pass compressed audio bitstream to audio sink directly.
|
| + bool is_passthrough_;
|
| +
|
| // Track the last reported media time.
|
| base::TimeDelta last_reported_media_time_;
|
|
|
|
|