| Index: gfx/platform_font_gtk.cc
|
| diff --git a/gfx/platform_font_gtk.cc b/gfx/platform_font_gtk.cc
|
| index 6458a482509a4da8e9c614b693aeac46bc89dca0..5ed7793be1f4d8e320b5342f243fda128f73a6f0 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);
|
|
|