Index: ui/ozone/platform/ozonex/ozone_platform_ozonex.h |
diff --git a/ui/ozone/platform/ozonex/ozone_platform_ozonex.h b/ui/ozone/platform/ozonex/ozone_platform_ozonex.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..389460848bb376137600cf894975610f462bf955 |
--- /dev/null |
+++ b/ui/ozone/platform/ozonex/ozone_platform_ozonex.h |
@@ -0,0 +1,19 @@ |
+// Copyright 2014 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_PLATFORM_OZONEX_OZONE_PLATFORM_OZONEX_H_ |
+#define UI_OZONE_PLATFORM_OZONEX_OZONE_PLATFORM_OZONEX_H_ |
+ |
+#include "ui/base/cursor/ozone/cursor_factory_ozone.h" |
+#include "ui/ozone/ozone_export.h" |
+#include "ui/ozone/ozone_platform.h" |
+ |
+namespace ui { |
+ |
+// Constructor hook for use in ozone_platform_list.cc |
+OZONE_EXPORT OzonePlatform* CreateOzonePlatformOzonex(); |
+ |
+} // namespace ui |
+ |
+#endif // UI_OZONE_PLATFORM_OZONEX_OZONE_PLATFORM_OZONEX_H_ |