| Index: media/formats/mp4/box_reader.h
|
| diff --git a/media/formats/mp4/box_reader.h b/media/formats/mp4/box_reader.h
|
| index 1ba0294bff3728799749fd862015053ee4b0e0ca..ff782f9fd9fac6c96790f404c97b70fc11ba2f68 100644
|
| --- a/media/formats/mp4/box_reader.h
|
| +++ b/media/formats/mp4/box_reader.h
|
| @@ -139,6 +139,8 @@ class MEDIA_EXPORT BoxReader : public BufferReader {
|
| uint8 version() const { return version_; }
|
| uint32 flags() const { return flags_; }
|
|
|
| + const LogCB& log_cb() const { return log_cb_; }
|
| +
|
| private:
|
| BoxReader(const uint8* buf, const int size, const LogCB& log_cb);
|
|
|
|
|