Index: ui/gfx/platform_font_ozone.cc |
diff --git a/ui/gfx/platform_font_ozone.cc b/ui/gfx/platform_font_ozone.cc |
index f93b7373e4b0fdba5a78bc9e288431f4e4e2f6ad..aef042a0c93185ac97a704fa68c3a7278545f09e 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; |