summaryrefslogtreecommitdiffstats
path: root/gfx/platform_font_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/platform_font_gtk.cc')
-rw-r--r--gfx/platform_font_gtk.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/platform_font_gtk.cc b/gfx/platform_font_gtk.cc
index 6458a48..5ed7793 100644
--- a/gfx/platform_font_gtk.cc
+++ b/gfx/platform_font_gtk.cc
@@ -279,6 +279,8 @@ PlatformFontGtk::PlatformFontGtk(SkTypeface* typeface,
InitWithTypefaceNameSizeAndStyle(typeface, name, size, style);
}
+PlatformFontGtk::~PlatformFontGtk() {}
+
void PlatformFontGtk::InitWithNameAndSize(const std::wstring& font_name,
int font_size) {
DCHECK_GT(font_size, 0);