[M47_2526] Chromium upversion to m47_2526 branch
[platform/framework/web/chromium-efl.git] / tizen_src / chromium_impl / ui / ozone / client_native_pixmap_factory_efl.h
1 // Copyright (c) 2015 Samsung Electronics. 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_PIXMAP_FACTORY_EFL_H_
6 #define OZONE_PIXMAP_FACTORY_EFL_H_
7
8 namespace ui {
9
10 class ClientNativePixmapFactory;
11
12 // Constructor hook for use in constructor_list.cc
13 ClientNativePixmapFactory* CreateClientNativePixmapFactoryEfl();
14
15 }  // namespace ui
16
17 #endif  // OZONE_PIXMAP_FACTORY_EFL_H_
18