chromium/content/common/font_list_fontconfig.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/342213636): Remove this and spanify to fix the errors.
#pragma allow_unsafe_buffers
#endif

#include <fontconfig/fontconfig.h>

#include <memory>
#include <set>
#include <string>
#include <utility>

#include "base/values.h"
#include "content/common/font_list.h"

namespace content {

std::unique_ptr<FcPattern, decltype(&FcPatternDestroy)> CreateFormatPattern(
    const char* format) {}

base::Value::List GetFontList_SlowBlocking() {}

}  // namespace content