summaryrefslogtreecommitdiff
path: root/chromium/ui/gfx/linux/gbm_wrapper.h
blob: bbbe9b4e12d7310523dda173314dd72719ff5e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_GFX_LINUX_GBM_WRAPPER_H_
#define UI_GFX_LINUX_GBM_WRAPPER_H_

#include <memory>

#include "ui/gfx/linux/gbm_device.h"

namespace ui {

std::unique_ptr<ui::GbmDevice> CreateGbmDevice(int fd);

}  // namespace ui

#endif  // UI_GFX_LINUX_GBM_WRAPPER_H_