diff options
Diffstat (limited to 'content/gpu')
-rw-r--r-- | content/gpu/gpu_main.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc index 1aee08f..224c85af 100644 --- a/content/gpu/gpu_main.cc +++ b/content/gpu/gpu_main.cc @@ -40,7 +40,6 @@ #if defined(OS_WIN) #include "base/win/windows_version.h" #include "base/win/scoped_com_initializer.h" -#include "content/common/gpu/media/dxva_video_decode_accelerator.h" #include "sandbox/win/src/sandbox.h" #elif defined(OS_CHROMEOS) && defined(ARCH_CPU_ARMEL) && defined(USE_X11) #include "content/common/gpu/media/exynos_video_decode_accelerator.h" @@ -375,12 +374,6 @@ bool WarmUpSandbox(const CommandLine& command_line) { } } - if (!command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode)) { - TRACE_EVENT0("gpu", "Initialize DXVA"); - // Initialize H/W video decoding stuff which fails in the sandbox. - DXVAVideoDecodeAccelerator::PreSandboxInitialization(); - } - { TRACE_EVENT0("gpu", "Warm up DWM"); |