| Index: chrome/gpu/arc_video_accelerator.h
|
| diff --git a/chrome/gpu/arc_video_accelerator.h b/chrome/gpu/arc_video_accelerator.h
|
| index a1ef232b8b90520ea724912e6f478b93692c1f88..490dd8f605d479e11422028aaf90011a23ca5527 100644
|
| --- a/chrome/gpu/arc_video_accelerator.h
|
| +++ b/chrome/gpu/arc_video_accelerator.h
|
| @@ -56,12 +56,16 @@ struct VideoFormat {
|
| class ArcVideoAccelerator {
|
| public:
|
| enum Result {
|
| + // Note: this enum is used for UMA reporting. The existing values should not
|
| + // be rearranged, reused or removed and any additions should include updates
|
| + // to UMA reporting and histograms.xml.
|
| SUCCESS = 0,
|
| ILLEGAL_STATE = 1,
|
| INVALID_ARGUMENT = 2,
|
| UNREADABLE_INPUT = 3,
|
| PLATFORM_FAILURE = 4,
|
| INSUFFICIENT_RESOURCES = 5,
|
| + RESULT_MAX = 6,
|
| };
|
|
|
| struct Config {
|
|
|