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

Unified Diff: services/ui/service.h

Issue 2705333006: Move client_native_pixmap_factory.h from ui/ozone/public to ui/gfx (Closed)
Patch Set: Rebase Created 3 years, 10 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: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index 7bd35c21232f523a1eba0cbdf4525d9c9bfb84cd..221cd0a007b161f747f5db8d438ba1b91fdc736d 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -36,8 +36,8 @@
#include "services/ui/ws/user_id.h"
#include "services/ui/ws/window_server_delegate.h"
-#if defined(USE_OZONE)
-#include "ui/ozone/public/client_native_pixmap_factory.h"
+#if defined(OS_LINUX)
+#include "ui/gfx/client_native_pixmap_factory.h"
#endif
namespace discardable_memory {
« no previous file with comments | « services/ui/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | ui/gfx/client_native_pixmap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698