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

Unified Diff: media/gpu/vaapi_drm_picture.cc

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 | « media/gpu/vaapi_drm_picture.h ('k') | media/gpu/vaapi_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/vaapi_drm_picture.cc
diff --git a/media/gpu/vaapi_drm_picture.cc b/media/gpu/vaapi_drm_picture.cc
index f146b737000e98d65aac734be8ee61b7cd48f9de..b6e1f13731f76f636ec235ec48e8b0a81207506b 100644
--- a/media/gpu/vaapi_drm_picture.cc
+++ b/media/gpu/vaapi_drm_picture.cc
@@ -77,7 +77,7 @@ bool VaapiDrmPicture::Initialize() {
gfx::BufferFormat format = pixmap_->GetBufferFormat();
- scoped_refptr<ui::GLImageNativePixmap> image(new ui::GLImageNativePixmap(
+ scoped_refptr<gl::GLImageNativePixmap> image(new gl::GLImageNativePixmap(
size_, BufferFormatToInternalFormat(format)));
if (!image->Initialize(pixmap_.get(), format)) {
LOG(ERROR) << "Failed to create GLImage";
« no previous file with comments | « media/gpu/vaapi_drm_picture.h ('k') | media/gpu/vaapi_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698