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

Unified Diff: media/gpu/video_decode_accelerator_unittest.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_wrapper.cc ('k') | services/ui/service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/video_decode_accelerator_unittest.cc
diff --git a/media/gpu/video_decode_accelerator_unittest.cc b/media/gpu/video_decode_accelerator_unittest.cc
index 449d0598e28a484d96e6d4e4de1cc07a07e9da12..52620a28ebaf7cf53dea880fba83bbc691070272 100644
--- a/media/gpu/video_decode_accelerator_unittest.cc
+++ b/media/gpu/video_decode_accelerator_unittest.cc
@@ -338,7 +338,7 @@ class TextureRef : public base::RefCounted<TextureRef> {
uint32_t texture_id_;
base::Closure no_longer_needed_cb_;
#if defined(USE_OZONE)
- scoped_refptr<ui::NativePixmap> pixmap_;
+ scoped_refptr<gfx::NativePixmap> pixmap_;
#endif
};
« no previous file with comments | « media/gpu/vaapi_wrapper.cc ('k') | services/ui/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698