| Index: media/base/android/media_codec_util.h
|
| diff --git a/media/base/android/media_codec_util.h b/media/base/android/media_codec_util.h
|
| index 3c2d020eea403a7f63b3ca537d8e3ff0c428f41d..da00f59be0fed2ac24541f03a4681d917b97ece7 100644
|
| --- a/media/base/android/media_codec_util.h
|
| +++ b/media/base/android/media_codec_util.h
|
| @@ -65,6 +65,9 @@ class MEDIA_EXPORT MediaCodecUtil {
|
| static bool IsHLSPath(const GURL& url);
|
|
|
| static bool RegisterMediaCodecUtil(JNIEnv* env);
|
| +
|
| + // Indicates if vp8 is blacklisted on this device.
|
| + static bool IsVp8Blacklisted();
|
| };
|
|
|
| } // namespace media
|
|
|