| Index: media/base/video_frame.h
|
| diff --git a/media/base/video_frame.h b/media/base/video_frame.h
|
| index 7ac868e094991d8e81cb3e5d7362461567825608..0ff6f9856ead06c2eeaa6380549e3ac05b116156 100644
|
| --- a/media/base/video_frame.h
|
| +++ b/media/base/video_frame.h
|
| @@ -52,7 +52,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.
|
|
|