| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index 9e29e03e2c12e26872d8fc9f82682afc437a201a..ca88255a426f0ab0c6a20daa6d05092c71e6d6fa 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -358,9 +358,7 @@ bool WarmUpSandbox(const CommandLine& command_line) {
|
| }
|
| }
|
|
|
| -#if defined(OS_CHROMEOS) && defined(ARCH_CPU_ARMEL) && defined(USE_X11)
|
| - ExynosVideoDecodeAccelerator::PreSandboxInitialization();
|
| -#elif defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) && defined(USE_X11)
|
| +#if defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) && defined(USE_X11)
|
| VaapiWrapper::PreSandboxInitialization();
|
| #endif
|
|
|
|
|