| Index: gfx/platform_font_gtk.h
|
| diff --git a/gfx/platform_font_gtk.h b/gfx/platform_font_gtk.h
|
| index 3c507fb4d835405f74eb1ea916b3b324672dbae9..bd26d8fe5532954c1c0f03fc38ba242925a73f38 100644
|
| --- a/gfx/platform_font_gtk.h
|
| +++ b/gfx/platform_font_gtk.h
|
| @@ -53,7 +53,7 @@ class PlatformFontGtk : public PlatformFont {
|
| const std::wstring& name,
|
| int size,
|
| int style);
|
| - virtual ~PlatformFontGtk() {}
|
| + virtual ~PlatformFontGtk();
|
|
|
| // Initialize this object.
|
| void InitWithNameAndSize(const std::wstring& font_name, int font_size);
|
|
|