diff options
Diffstat (limited to 'ui/gfx/platform_font_ozone.cc')
-rw-r--r-- | ui/gfx/platform_font_ozone.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/gfx/platform_font_ozone.cc b/ui/gfx/platform_font_ozone.cc index aef042a..b1a463c 100644 --- a/ui/gfx/platform_font_ozone.cc +++ b/ui/gfx/platform_font_ozone.cc @@ -12,11 +12,6 @@ PlatformFont* PlatformFont::CreateDefault() { } // static -PlatformFont* PlatformFont::CreateFromNativeFont(NativeFont native_font) { - return NULL; -} - -// static PlatformFont* PlatformFont::CreateFromNameAndSize(const std::string& font_name, int font_size) { return NULL; |