diff --git a/DEPS b/DEPS index 8f56d9d13..27ee59447 100644 --- a/DEPS +++ b/DEPS @@ -8,7 +8,7 @@ vars = { # Roll the Chromium Git hash to pick up newer versions of all the # dependencies and tools linked to in setup_links.py. - "chromium_revision": "2d714fae183152299b3cbf0056eab5fe8bb75e87", + "chromium_revision": "d8c90415d681a7c3727e3ef70873bc4f44dd3ab0", } hooks = [ diff --git a/include/libyuv/row.h b/include/libyuv/row.h index 471d66a41..a6c9b07a9 100644 --- a/include/libyuv/row.h +++ b/include/libyuv/row.h @@ -200,6 +200,7 @@ extern "C" { #define HAS_MERGEUVROW_AVX2 #define HAS_MIRRORROW_AVX2 #define HAS_ARGBMIRRORROW_AVX2 +#define HAS_I422TOARGBROW_AVX2 // Effects: #define HAS_ARGBADDROW_AVX2 @@ -215,7 +216,6 @@ extern "C" { #define HAS_ARGBTOUVROW_AVX2 #define HAS_ARGBTOYJROW_AVX2 #define HAS_ARGBTOYROW_AVX2 -#define HAS_I422TOARGBROW_AVX2 #define HAS_I422TORGBAROW_AVX2 #define HAS_I422TOABGRROW_AVX2 #define HAS_INTERPOLATEROW_AVX2