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

Unified Diff: ui/ozone/public/client_native_pixmap_factory_ozone.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 | « ui/ozone/public/client_native_pixmap_factory_ozone.h ('k') | ui/ozone/public/surface_factory_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/client_native_pixmap_factory_ozone.cc
diff --git a/ui/ozone/public/client_native_pixmap_factory_ozone.cc b/ui/ozone/public/client_native_pixmap_factory_ozone.cc
index 69999a3ba2b11be21c2ac04e85adf21b700e86c5..7d6428b48d8d7d0816204538f67d0aaa1cea515b 100644
--- a/ui/ozone/public/client_native_pixmap_factory_ozone.cc
+++ b/ui/ozone/public/client_native_pixmap_factory_ozone.cc
@@ -10,11 +10,11 @@
namespace ui {
-std::unique_ptr<ClientNativePixmapFactory>
+std::unique_ptr<gfx::ClientNativePixmapFactory>
CreateClientNativePixmapFactoryOzone() {
TRACE_EVENT1("ozone", "CreateClientNativePixmapFactoryOzone", "platform",
GetOzonePlatformName());
- return PlatformObject<ClientNativePixmapFactory>::Create();
+ return PlatformObject<gfx::ClientNativePixmapFactory>::Create();
}
} // namespace ui
« no previous file with comments | « ui/ozone/public/client_native_pixmap_factory_ozone.h ('k') | ui/ozone/public/surface_factory_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698