| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index c1077998dca9b3a55de2c1911b52ebcae9f1ed6f..cc326628adae5463536525a2d2c8c478547c1453 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -59,7 +59,6 @@
|
| #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
|
|
|
| @@ -490,7 +489,6 @@
|
|
|
| #if defined(OS_WIN)
|
| media::DXVAVideoDecodeAccelerator::PreSandboxInitialization();
|
| - media::MediaFoundationVideoEncodeAccelerator::PreSandboxInitialization();
|
| #endif
|
| return true;
|
| }
|
|
|