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

Unified Diff: content/browser/browser_main_loop.cc

Issue 2768343002: Change namespace from ui to gfx for NativePixmap related code (Closed)
Patch Set: Fix build 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: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index ca35b9a8fe0e315c4bd001144b6ce5d2dea224d7..cd580864220b0cbacff340f5988ece74b3c48eef 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -809,7 +809,7 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
#if defined(USE_OZONE)
client_native_pixmap_factory_ = ui::CreateClientNativePixmapFactoryOzone();
- ui::ClientNativePixmapFactory::SetInstance(
+ gfx::ClientNativePixmapFactory::SetInstance(
client_native_pixmap_factory_.get());
#endif

Powered by Google App Engine
This is Rietveld 408576698