| 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..1ad502e7e5282c030e4c4bf87117276b4631818b 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 GetActualFontNameForTest() const OVERRIDE;
|
| virtual int GetFontSize() const OVERRIDE;
|
| virtual NativeFont GetNativeFont() const OVERRIDE;
|
|
|
|
|