// 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. #include "ui/gfx/linux/gbm_util.h" #include "base/notreached.h" #include "ui/gfx/linux/gbm_defines.h" namespace ui { uint32_t BufferUsageToGbmFlags(gfx::BufferUsage usage) { … } } // namespace ui