| Index: ui/gfx/platform_font_win.h
|
| diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h
|
| index 035ce8ac13ea76827977f31a8911a1df20c6f8e7..daa872ca4cf3c516e950ed58684a2ce55fcaedab 100644
|
| --- a/ui/gfx/platform_font_win.h
|
| +++ b/ui/gfx/platform_font_win.h
|
| @@ -63,6 +63,7 @@ class GFX_EXPORT PlatformFontWin : public PlatformFont {
|
| virtual int GetExpectedTextWidth(int length) const OVERRIDE;
|
| virtual int GetStyle() const OVERRIDE;
|
| virtual std::string GetFontName() const OVERRIDE;
|
| + virtual std::string GetActualFontName() const OVERRIDE;
|
| virtual int GetFontSize() const OVERRIDE;
|
| virtual NativeFont GetNativeFont() const OVERRIDE;
|
|
|
|
|