| Index: media/base/video_frame.h
|
| diff --git a/media/base/video_frame.h b/media/base/video_frame.h
|
| index b51bfe96d2dc5e94dd066c5c47eb0f3acc0b4b67..77d06d9b011826801fce15a06ef35c3a6ee72bc1 100644
|
| --- a/media/base/video_frame.h
|
| +++ b/media/base/video_frame.h
|
| @@ -49,7 +49,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCountedThreadSafe<VideoFrame> {
|
| #endif // defined(VIDEO_HOLE)
|
| NATIVE_TEXTURE = 6, // Native texture. Pixel-format agnostic.
|
| YV12J = 7, // JPEG color range version of YV12
|
| - HISTOGRAM_MAX, // Must always be greatest.
|
| + FORMAT_MAX = YV12J, // Must always be equal to largest entry logged.
|
| };
|
|
|
| // Returns the name of a Format as a string.
|
|
|