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

Unified Diff: gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.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
Index: gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.h
diff --git a/gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.h b/gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.h
index de5ee21a1afc5cd71f04b4a6d39826af03247cd2..9bb4db7ce5e1cdb707e391b87782994e3f5359dd 100644
--- a/gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.h
+++ b/gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.h
@@ -58,10 +58,9 @@ class GPU_EXPORT GpuMemoryBufferFactoryOzoneNativePixmap
private:
using NativePixmapMapKey = std::pair<int, int>;
using NativePixmapMapKeyHash = base::IntPairHash<NativePixmapMapKey>;
- using NativePixmapMap =
- std::unordered_map<NativePixmapMapKey,
- scoped_refptr<ui::NativePixmap>,
- NativePixmapMapKeyHash>;
+ using NativePixmapMap = std::unordered_map<NativePixmapMapKey,
+ scoped_refptr<gfx::NativePixmap>,
+ NativePixmapMapKeyHash>;
NativePixmapMap native_pixmaps_;
base::Lock native_pixmaps_lock_;
« no previous file with comments | « gpu/ipc/common/gpu_memory_buffer_support.cc ('k') | gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698