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

Unified Diff: ui/ozone/common/stub_client_native_pixmap_factory.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/ozone/BUILD.gn ('k') | ui/ozone/common/stub_client_native_pixmap_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/stub_client_native_pixmap_factory.h
diff --git a/ui/ozone/common/stub_client_native_pixmap_factory.h b/ui/ozone/common/stub_client_native_pixmap_factory.h
index 8d44dfb6640e1f2283d6dc01960072d794d4d0eb..879a2202e684db82d1723a9dfba4f61a61ca4c4e 100644
--- a/ui/ozone/common/stub_client_native_pixmap_factory.h
+++ b/ui/ozone/common/stub_client_native_pixmap_factory.h
@@ -11,7 +11,7 @@ namespace ui {
// Platforms which don't need to share native pixmap use this.
// The caller takes ownership of the instance.
-ClientNativePixmapFactory* CreateStubClientNativePixmapFactory();
+gfx::ClientNativePixmapFactory* CreateStubClientNativePixmapFactory();
} // namespace ui
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/common/stub_client_native_pixmap_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698