| Index: ui/gfx/video_decode_acceleration_support_mac.h
|
| diff --git a/ui/gfx/video_decode_acceleration_support_mac.h b/ui/gfx/video_decode_acceleration_support_mac.h
|
| index e52b715f58cc4e52f783759151108d7c657a977a..d0c5f71376b9080ebad8598579016eecd8c8c497 100644
|
| --- a/ui/gfx/video_decode_acceleration_support_mac.h
|
| +++ b/ui/gfx/video_decode_acceleration_support_mac.h
|
| @@ -38,10 +38,10 @@ class UI_EXPORT VideoDecodeAccelerationSupport :
|
| public base::RefCountedThreadSafe<VideoDecodeAccelerationSupport> {
|
| public:
|
| enum Status {
|
| - VDA_SUCCESS = 0,
|
| - VDA_LOAD_FRAMEWORK_ERROR,
|
| - VDA_HARDWARE_NOT_SUPPORTED_ERROR,
|
| - VDA_OTHER_ERROR,
|
| + SUCCESS = 0,
|
| + LOAD_FRAMEWORK_ERROR,
|
| + HARDWARE_NOT_SUPPORTED_ERROR,
|
| + OTHER_ERROR,
|
| };
|
|
|
| typedef base::Callback<void(CVImageBufferRef, int status)> FrameReadyCallback;
|
|
|