diff options
Diffstat (limited to 'ui/gfx/hud_font.h')
-rw-r--r-- | ui/gfx/hud_font.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ui/gfx/hud_font.h b/ui/gfx/hud_font.h deleted file mode 100644 index 3d38d4b..0000000 --- a/ui/gfx/hud_font.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2015 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef UI_GFX_HUD_FONT_H_ -#define UI_GFX_HUD_FONT_H_ - -#include "skia/ext/refptr.h" -#include "ui/gfx/gfx_export.h" - -class SkTypeface; - -namespace ui { - -GFX_EXPORT void SetHudTypeface(skia::RefPtr<SkTypeface> typeface); -GFX_EXPORT skia::RefPtr<SkTypeface> GetHudTypeface(); - -} // namespace ui - -#endif // UI_GFX_HUD_FONT_H_ |