| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index 68d86aa481da9e3f77fdc1c6b4b3fa9f73958596..d8a713b8a692d540cf06501a6b0a3486f1d5049b 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -38,7 +38,7 @@
|
| #include "content/common/gpu/media/exynos_video_decode_accelerator.h"
|
| #include "content/common/gpu/media/omx_video_decode_accelerator.h"
|
| #elif defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) && defined(USE_X11)
|
| -#include "content/common/gpu/media/vaapi_video_decode_accelerator.h"
|
| +#include "content/common/gpu/media/vaapi_wrapper.h"
|
| #endif
|
|
|
| #if defined(USE_X11)
|
| @@ -324,7 +324,7 @@ void WarmUpSandbox() {
|
| else
|
| OmxVideoDecodeAccelerator::PreSandboxInitialization();
|
| #elif defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) && defined(USE_X11)
|
| - VaapiVideoDecodeAccelerator::PreSandboxInitialization();
|
| + VaapiWrapper::PreSandboxInitialization();
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
|
|