| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index 6c1045f3b33bdd0349eac5d6ca919725e6e8aefa..cbb80b7281f4d9e8b21116e3fadfb2d9a9e96986 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -39,7 +39,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_delegate.h"
|
| #endif
|
|
|
| #if defined(USE_X11)
|
| @@ -325,7 +325,7 @@ void WarmUpSandbox() {
|
| else
|
| OmxVideoDecodeAccelerator::PreSandboxInitialization();
|
| #elif defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) && defined(USE_X11)
|
| - VaapiVideoDecodeAccelerator::PreSandboxInitialization();
|
| + VaapiDelegate::PreSandboxInitialization();
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
|
|