| Index: content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/dxva_video_decode_accelerator.cc b/content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| index 05afbad9d9104fc41bfd35ab827930830eb2c2b0..28f5f66e11040ab25c985f6899d657c12aac2546 100644
|
| --- a/content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| @@ -27,8 +27,8 @@
|
| #include "media/video/video_decode_accelerator.h"
|
| #include "third_party/angle/include/EGL/egl.h"
|
| #include "third_party/angle/include/EGL/eglext.h"
|
| -#include "ui/gfx/gl/gl_bindings.h"
|
| -#include "ui/gfx/gl/gl_surface.h"
|
| +#include "ui/gl/gl_bindings.h"
|
| +#include "ui/gl/gl_surface.h"
|
|
|
| // We only request 5 picture buffers from the client which are used to hold the
|
| // decoded samples. These buffers are then reused when the client tells us that
|
|
|