Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index 4446c3c3bf27ae742caf3777a253aecd96a2979e..2bcff39b209bcd86d6579f3f3f9e1342db40fdc4 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -353,10 +353,7 @@ bool WarmUpSandbox(const CommandLine& command_line) { |
} |
#if defined(OS_CHROMEOS) && defined(ARCH_CPU_ARMEL) && defined(USE_X11) |
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseExynosVda)) |
- ExynosVideoDecodeAccelerator::PreSandboxInitialization(); |
- else |
- OmxVideoDecodeAccelerator::PreSandboxInitialization(); |
+ ExynosVideoDecodeAccelerator::PreSandboxInitialization(); |
#elif defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) && defined(USE_X11) |
VaapiWrapper::PreSandboxInitialization(); |
#endif |