| Index: content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| index a86fb6783753c401b162d05ef1de543f9cf7708d..1460bbad7248cd848eed1511c639129a2babd224 100644
|
| --- a/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| +++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| @@ -889,6 +889,10 @@ int main(int argc, char **argv) {
|
|
|
| #if defined(OS_WIN)
|
| DXVAVideoDecodeAccelerator::PreSandboxInitialization();
|
| +#elif defined(OS_CHROMEOS) && defined(ARCH_CPU_ARMEL)
|
| + OmxVideoDecodeAccelerator::PreSandboxInitialization();
|
| +#elif defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY)
|
| + VaapiVideoDecodeAccelerator::PreSandboxInitialization();
|
| #endif
|
|
|
| return RUN_ALL_TESTS();
|
|
|