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

Unified Diff: ui/gfx/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
« no previous file with comments | « ui/gfx/client_native_pixmap_factory.cc ('k') | ui/gl/gl_image_native_pixmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/native_pixmap.h
diff --git a/ui/gfx/native_pixmap.h b/ui/gfx/native_pixmap.h
index 56ede7cfe803196d9f987b6a3de5136f2c35e8f3..33def81e968ddd678c6c6c8df2452d59e13d24b4 100644
--- a/ui/gfx/native_pixmap.h
+++ b/ui/gfx/native_pixmap.h
@@ -17,9 +17,6 @@
namespace gfx {
class Rect;
class RectF;
-}
-
-namespace ui {
// This represents a buffer that can be directly imported via GL for
// rendering, or exported via dma-buf fds.
@@ -77,6 +74,6 @@ class NativePixmap : public base::RefCountedThreadSafe<NativePixmap> {
DISALLOW_COPY_AND_ASSIGN(NativePixmap);
};
-} // namespace ui
+} // namespace gfx
#endif // UI_GFX_NATIVE_PIXMAP_H_
« no previous file with comments | « ui/gfx/client_native_pixmap_factory.cc ('k') | ui/gl/gl_image_native_pixmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698