| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index 0a3f550031d513b9ca0997eb3eef15e8fb5f4e4b..d21c88dad9617bd88a78849e119b66c00bd0ff57 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -55,6 +55,7 @@
|
| #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"
|
| #endif
|
|
|
| @@ -435,6 +436,10 @@ bool WarmUpSandbox(const base::CommandLine& command_line) {
|
| // platforms.
|
| (void) base::RandUint64();
|
| }
|
| +
|
| +#if defined(OS_WIN)
|
| + content::DXVAVideoDecodeAccelerator::PreSandboxInitialization();
|
| +#endif
|
| return true;
|
| }
|
|
|
|
|