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

Unified Diff: services/ui/service.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 | « services/ui/service.h ('k') | ui/gfx/client_native_pixmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.cc
diff --git a/services/ui/service.cc b/services/ui/service.cc
index 1291d5f6b1690572a889295f5ed5d8fba8f85bf5..9b4991dccf24dc8da486b75fe3262e2e7667b548 100644
--- a/services/ui/service.cc
+++ b/services/ui/service.cc
@@ -171,10 +171,10 @@ void Service::OnStart() {
ui::KeyboardLayoutEngineManager::GetKeyboardLayoutEngine()
->SetCurrentLayoutByName("us");
client_native_pixmap_factory_ = ui::CreateClientNativePixmapFactoryOzone();
- ui::ClientNativePixmapFactory::SetInstance(
+ gfx::ClientNativePixmapFactory::SetInstance(
client_native_pixmap_factory_.get());
- DCHECK(ui::ClientNativePixmapFactory::GetInstance());
+ DCHECK(gfx::ClientNativePixmapFactory::GetInstance());
#endif
// TODO(rjkroege): Enter sandbox here before we start threads in GpuState
« no previous file with comments | « services/ui/service.h ('k') | ui/gfx/client_native_pixmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698