diff options
author | thakis <thakis@chromium.org> | 2015-04-30 19:49:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-01 02:50:57 +0000 |
commit | 9d2ba75cedbc180aa019b25c05ff39c5df6ca04b (patch) | |
tree | ab30544ee88f83a7af6f83812634dcef78ddcb3b /ui/gfx/platform_font_win.h | |
parent | c03e665e34982fe98f197a4a0b589f62192087ed (diff) | |
download | chromium_src-9d2ba75cedbc180aa019b25c05ff39c5df6ca04b.zip chromium_src-9d2ba75cedbc180aa019b25c05ff39c5df6ca04b.tar.gz chromium_src-9d2ba75cedbc180aa019b25c05ff39c5df6ca04b.tar.bz2 |
win: Work on reducing number of style plugin warnings.
BUG=467287
Review URL: https://codereview.chromium.org/1121633002
Cr-Commit-Position: refs/heads/master@{#327867}
Diffstat (limited to 'ui/gfx/platform_font_win.h')
-rw-r--r-- | ui/gfx/platform_font_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h index ad58bf1..91fcb72 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 |