Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: content/gpu/gpu_main.cc

Issue 21584002: Delete dead code: OmxVideoDecodeAccelerator is unused. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698