| Index: content/common/gpu/media/h264_bit_reader.h
|
| diff --git a/content/common/gpu/media/h264_bit_reader.h b/content/common/gpu/media/h264_bit_reader.h
|
| index 652c869a5dd341be17406bb2a66a193b7dcd7a37..2dcc01e54105cee0b033ea7efb569eb880551b58 100644
|
| --- a/content/common/gpu/media/h264_bit_reader.h
|
| +++ b/content/common/gpu/media/h264_bit_reader.h
|
| @@ -19,6 +19,9 @@ class H264BitReader : public media::BitReader {
|
| H264BitReader();
|
| virtual ~H264BitReader();
|
|
|
| + // See the definition of more_rbsp_data() in spec.
|
| + bool HasMoreRBSPData();
|
| +
|
| private:
|
| // This function handles the H.264 escape sequence and stop bit.
|
| virtual void UpdateCurrByte() OVERRIDE;
|
|
|