summaryrefslogtreecommitdiff
path: root/chromium/ui/ozone/public/client_native_pixmap_factory_ozone.h
blob: 744e868ad8553b262d281c4e136a7f857fa1d983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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<gfx::ClientNativePixmapFactory>
CreateClientNativePixmapFactoryOzone();

}  // namespace ui

#endif  // UI_OZONE_PUBLIC_CLIENT_NATIVE_PIXMAP_FACTORY_OZONE_H_