Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: media/gpu/vaapi_drm_picture.h

Issue 2768343002: Change namespace from ui to gfx for NativePixmap related code (Closed)
Patch Set: Addressed sadrul's remark Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc ('k') | media/gpu/vaapi_drm_picture.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc ('k') | media/gpu/vaapi_drm_picture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698