| Index: media/filters/vp9_raw_bits_reader.h
|
| diff --git a/media/filters/vp9_raw_bits_reader.h b/media/filters/vp9_raw_bits_reader.h
|
| index 38f54a3cc2f0344077ab130dca9a2a1713649a51..5cc46e25a9749c38f8fc48a9995cc3e8da387e9f 100644
|
| --- a/media/filters/vp9_raw_bits_reader.h
|
| +++ b/media/filters/vp9_raw_bits_reader.h
|
| @@ -37,7 +37,7 @@ class MEDIA_EXPORT Vp9RawBitsReader {
|
|
|
| // Reads one bit.
|
| // If the read goes beyond the end of buffer, the return value is undefined.
|
| - int ReadBit();
|
| + bool ReadBool();
|
|
|
| // Reads a literal with |bits| bits.
|
| // If the read goes beyond the end of buffer, the return value is undefined.
|
|
|