[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.cc
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 #include "ui/ozone/client_native_pixmap_factory_efl.h"
6
7 #include "ui/ozone/common/stub_client_native_pixmap_factory.h"
8
9 namespace ui {
10
11 ClientNativePixmapFactory* CreateClientNativePixmapFactoryEfl() {
12   return CreateStubClientNativePixmapFactory();
13 }
14
15 }  // namespace ui
16