Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / ozone / platform / ozone_platform_wayland.h
1 // Copyright 2014 Intel Corporation. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef OZONE_PLATFORM_OZONE_PLATFORM_WAYLAND_H_
6 #define OZONE_PLATFORM_OZONE_PLATFORM_WAYLAND_H_
7
8 #include "ozone/platform/ozone_export_wayland.h"
9
10 namespace ui {
11
12 class OzonePlatform;
13
14 // Constructor hook for use in ozone_platform_list.cc
15 OZONE_WAYLAND_EXPORT OzonePlatform* CreateOzonePlatformWayland();
16
17 }  // namespace ui
18
19 #endif  // OZONE_PLATFORM_OZONE_PLATFORM_WAYLAND_H_