Chromium Code Reviews| Index: content/common/gpu/gpu_messages.h |
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
| index ea76b6de385e4f0ed5172cb37091d5e0425ab1d4..67f55b23612e9764087927b8b3a326f79725beae 100644 |
| --- a/content/common/gpu/gpu_messages.h |
| +++ b/content/common/gpu/gpu_messages.h |
| @@ -54,7 +54,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(gpu::error::ContextLostReason, |
| IPC_ENUM_TRAITS_MAX_VALUE(media::VideoEncodeAccelerator::Error, |
| media::VideoEncodeAccelerator::kErrorMax) |
| IPC_ENUM_TRAITS_MAX_VALUE(media::VideoFrame::Format, |
| - media::VideoFrame::HISTOGRAM_MAX) |
| + media::VideoFrame::FORMAT_MAX) |
|
rileya (GONE FROM CHROMIUM)
2014/02/25 22:26:26
Note that VideoFrame::FORMAT_MAX is equal to the l
Tom Sepez
2014/02/25 23:22:54
Yes, inclusive.
|
| IPC_ENUM_TRAITS_MIN_MAX_VALUE(media::VideoCodecProfile, |
| media::VIDEO_CODEC_PROFILE_MIN, |
| media::VIDEO_CODEC_PROFILE_MAX) |