| Index: content/common/gpu/media/vaapi_drm_picture.h
|
| diff --git a/content/common/gpu/media/vaapi_drm_picture.h b/content/common/gpu/media/vaapi_drm_picture.h
|
| index c1bb6fb840137a7f6e57fdd857f18970c9b13fc2..e982b595e8c20f1eaaf66911e77ece452c05e4ed 100644
|
| --- a/content/common/gpu/media/vaapi_drm_picture.h
|
| +++ b/content/common/gpu/media/vaapi_drm_picture.h
|
| @@ -15,7 +15,7 @@
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| namespace gfx {
|
| -class GLImageLinuxDMABuffer;
|
| +class GLImage;
|
| }
|
|
|
| namespace ui {
|
| @@ -53,7 +53,7 @@ class VaapiDrmPicture : public VaapiPicture {
|
| scoped_refptr<ui::NativePixmap> pixmap_;
|
|
|
| // EGLImage bound to the GL textures used by the VDA client.
|
| - scoped_refptr<gfx::GLImageLinuxDMABuffer> gl_image_;
|
| + scoped_refptr<gfx::GLImage> gl_image_;
|
|
|
| // VASurface used to transfer from the decoder's pixel format.
|
| scoped_refptr<VASurface> va_surface_;
|
|
|