// Copyright 2019 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_SCOPED_GBM_DEVICE_H_ #define UI_GFX_LINUX_SCOPED_GBM_DEVICE_H_ #include <gbm.h> #include <memory> namespace ui { struct GbmDeviceDeleter { … }; ScopedGbmDevice; } // namespace ui #endif // UI_GFX_LINUX_SCOPED_GBM_DEVICE_H_