chromium/ui/gfx/linux/gbm_buffer.h

// 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_BUFFER_H_
#define UI_GFX_LINUX_GBM_BUFFER_H_

#include <inttypes.h>

#include "third_party/skia/include/core/SkRefCnt.h"
#include "ui/gfx/buffer_types.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/native_pixmap_handle.h"

class SkSurface;

namespace ui {

class GbmBuffer {};

}  // namespace ui

#endif  // UI_GFX_LINUX_GBM_BUFFER_H_