// 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/buffer_usage_util.h" namespace gfx { const char* BufferUsageToString(BufferUsage usage) { … } } // namespace gfx