blob: e41fa9d28a2eba75f2808088028f394849decc63 [file] [log] [blame]
sadrulc81aade52015-06-09 00:12:431// Copyright 2015 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "ui/gfx/font_fallback.h"
6
7#include <string>
8#include <vector>
9
10namespace gfx {
11
erikchen98ef6152015-12-09 00:27:2212std::vector<Font> GetFallbackFonts(const Font& font) {
13 return std::vector<Font>();
sadrulc81aade52015-06-09 00:12:4314}
15
16} // namespace gfx