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

Unified Diff: ui/ozone/public/client_native_pixmap_factory_ozone.h

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
Index: ui/ozone/public/client_native_pixmap_factory_ozone.h
diff --git a/ui/ozone/public/client_native_pixmap_factory_ozone.h b/ui/ozone/public/client_native_pixmap_factory_ozone.h
new file mode 100644
index 0000000000000000000000000000000000000000..1a461279e59e01d2200fe5eacc8072ea289f9b6a
--- /dev/null
+++ b/ui/ozone/public/client_native_pixmap_factory_ozone.h
@@ -0,0 +1,18 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_OZONE_PUBLIC_CLIENT_NATIVE_PIXMAP_FACTORY_OZONE_H_
+#define UI_OZONE_PUBLIC_CLIENT_NATIVE_PIXMAP_FACTORY_OZONE_H_
+
+#include "ui/gfx/client_native_pixmap_factory.h"
+#include "ui/ozone/ozone_export.h"
+
+namespace ui {
+
+OZONE_EXPORT std::unique_ptr<ClientNativePixmapFactory>
+CreateClientNativePixmapFactoryOzone();
+
+} // namespace ui
+
+#endif // UI_OZONE_PUBLIC_CLIENT_NATIVE_PIXMAP_FACTORY_OZONE_H_
« no previous file with comments | « ui/ozone/public/client_native_pixmap_factory.cc ('k') | ui/ozone/public/client_native_pixmap_factory_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698