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

Unified Diff: content/browser/browser_main_loop.cc

Issue 2705333006: Move client_native_pixmap_factory.h from ui/ozone/public to ui/gfx (Closed)
Patch Set: Fix trace 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 | « no previous file | content/renderer/renderer_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index be43ea2c66bbe393a9465ac7ac3bed19d113f9c3..cd60fa214ad02d03cfd05fd9f0aa1336be582762 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -145,7 +145,7 @@
#endif
#if defined(USE_OZONE)
-#include "ui/ozone/public/client_native_pixmap_factory.h"
+#include "ui/ozone/public/client_native_pixmap_factory_ozone.h"
#endif
#if defined(OS_WIN)
@@ -815,7 +815,7 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
#endif
#if defined(USE_OZONE)
- client_native_pixmap_factory_ = ui::ClientNativePixmapFactory::Create();
+ client_native_pixmap_factory_ = ui::CreateClientNativePixmapFactoryOzone();
ui::ClientNativePixmapFactory::SetInstance(
client_native_pixmap_factory_.get());
#endif
« no previous file with comments | « no previous file | content/renderer/renderer_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698