| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index 0bed8c28a8a942252c2343c88fd65fc795eecb60..1aee08f8e46269ec513400e0461c5b29a95ca047 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -361,9 +361,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
|
|
|
|
|