Index: ui/gfx/platform_font_win.h |
diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h |
index ad58bf121d2e6aa0f02cd2f67007fab8923904d2..91fcb72f1bd9b2f4f56e3c9d52c1358eb6d6935f 100644 |
--- a/ui/gfx/platform_font_win.h |
+++ b/ui/gfx/platform_font_win.h |
@@ -85,7 +85,7 @@ class GFX_EXPORT PlatformFontWin : public PlatformFont { |
FRIEND_TEST_ALL_PREFIXES(PlatformFontWinTest, Metrics_SkiaVersusGDI); |
FRIEND_TEST_ALL_PREFIXES(PlatformFontWinTest, DirectWriteFontSubstitution); |
- ~PlatformFontWin() override {} |
+ ~PlatformFontWin() override; |
// Chrome text drawing bottoms out in the Windows GDI functions that take an |
// HFONT (an opaque handle into Windows). To avoid lots of GDI object |