| Index: media/gpu/vaapi_drm_picture.h
|
| diff --git a/media/gpu/vaapi_drm_picture.h b/media/gpu/vaapi_drm_picture.h
|
| index a1ba66150c86932bcc779bd0dac2b59e321341c8..e73617bad588ef1b9876f2bac6a4c1cbd504e4b6 100644
|
| --- a/media/gpu/vaapi_drm_picture.h
|
| +++ b/media/gpu/vaapi_drm_picture.h
|
| @@ -22,7 +22,7 @@ namespace gl {
|
| class GLImage;
|
| }
|
|
|
| -namespace ui {
|
| +namespace gfx {
|
| class NativePixmap;
|
| }
|
|
|
| @@ -56,7 +56,7 @@ class VaapiDrmPicture : public VaapiPicture {
|
| bool Initialize();
|
|
|
| // Ozone buffer, the storage of the EGLImage and the VASurface.
|
| - scoped_refptr<ui::NativePixmap> pixmap_;
|
| + scoped_refptr<gfx::NativePixmap> pixmap_;
|
|
|
| // EGLImage bound to the GL textures used by the VDA client.
|
| scoped_refptr<gl::GLImage> gl_image_;
|
|
|