Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index cc326628adae5463536525a2d2c8c478547c1453..c1077998dca9b3a55de2c1911b52ebcae9f1ed6f 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -59,6 +59,7 @@ |
#include "base/win/scoped_com_initializer.h" |
#include "base/win/windows_version.h" |
#include "media/gpu/dxva_video_decode_accelerator_win.h" |
+#include "media/gpu/media_foundation_video_encode_accelerator_win.h" |
#include "sandbox/win/src/sandbox.h" |
#endif |
@@ -489,6 +490,7 @@ bool WarmUpSandbox(const base::CommandLine& command_line) { |
#if defined(OS_WIN) |
media::DXVAVideoDecodeAccelerator::PreSandboxInitialization(); |
+ media::MediaFoundationVideoEncodeAccelerator::PreSandboxInitialization(); |
#endif |
return true; |
} |