| Index: media/video/video_decode_accelerator.h
|
| diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
|
| index a840750d26d7b2392f2183c86ff14d02d2591e2a..95162b4eee5c2f9fdebb20446cfac1f38f422192 100644
|
| --- a/media/video/video_decode_accelerator.h
|
| +++ b/media/video/video_decode_accelerator.h
|
| @@ -89,7 +89,7 @@ class MEDIA_EXPORT VideoDecodeAccelerator {
|
| // failures, GPU library failures, browser programming errors, and so on.
|
| PLATFORM_FAILURE,
|
| // Largest used enum. This should be adjusted when new errors are added.
|
| - LARGEST_ERROR_ENUM,
|
| + ERROR_MAX = PLATFORM_FAILURE,
|
| };
|
|
|
| // Config structure contains parameters required for the VDA initialization.
|
|
|