diff options
author | yukishiino@chromium.org <yukishiino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 08:43:06 +0000 |
---|---|---|
committer | yukishiino@chromium.org <yukishiino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 08:43:06 +0000 |
commit | 2fb2657edf859b1b31c41f5a44cfb9a91dc79840 (patch) | |
tree | 1f49fb44649c1e2bf38a3971250e4e6cce46306c /ui/gfx/platform_font_ozone.cc | |
parent | 65b5b4a4152e18547fdd7ec689336cd4db72c65b (diff) | |
download | chromium_src-2fb2657edf859b1b31c41f5a44cfb9a91dc79840.zip chromium_src-2fb2657edf859b1b31c41f5a44cfb9a91dc79840.tar.gz chromium_src-2fb2657edf859b1b31c41f5a44cfb9a91dc79840.tar.bz2 |
Enables font-related unittests again.
Enables the unittests which got disabled because Symbol font was missing on trybots.
See http://crrev.com/67523002
Symbol font has been installed on trybots. See http://crbug.com/320391
BUG=316955
TEST=none
Review URL: https://codereview.chromium.org/79263004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/platform_font_ozone.cc')
-rw-r--r-- | ui/gfx/platform_font_ozone.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/gfx/platform_font_ozone.cc b/ui/gfx/platform_font_ozone.cc index f93b737..aef042a 100644 --- a/ui/gfx/platform_font_ozone.cc +++ b/ui/gfx/platform_font_ozone.cc @@ -6,14 +6,17 @@ namespace gfx { +// static PlatformFont* PlatformFont::CreateDefault() { return NULL; } +// static PlatformFont* PlatformFont::CreateFromNativeFont(NativeFont native_font) { return NULL; } +// static PlatformFont* PlatformFont::CreateFromNameAndSize(const std::string& font_name, int font_size) { return NULL; |