| Index: ui/gfx/platform_font_win.h
|
| diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h
|
| index 90160aa6049ccc3ad8afc7bc046b2c3ca66ef618..4fe835b4bb8251117a142e8e5d8b5081e378fbe5 100644
|
| --- a/ui/gfx/platform_font_win.h
|
| +++ b/ui/gfx/platform_font_win.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/gtest_prod_util.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "ui/gfx/gfx_export.h"
|
| #include "ui/gfx/platform_font.h"
|
| @@ -67,6 +68,8 @@ class GFX_EXPORT PlatformFontWin : public PlatformFont {
|
| virtual NativeFont GetNativeFont() const override;
|
|
|
| private:
|
| + FRIEND_TEST_ALL_PREFIXES(RenderTextTest, HarfBuzz_UniscribeFallback);
|
| +
|
| virtual ~PlatformFontWin() {}
|
|
|
| // Chrome text drawing bottoms out in the Windows GDI functions that take an
|
| @@ -105,6 +108,7 @@ class GFX_EXPORT PlatformFontWin : public PlatformFont {
|
|
|
| private:
|
| friend class base::RefCounted<HFontRef>;
|
| + FRIEND_TEST_ALL_PREFIXES(RenderTextTest, HarfBuzz_UniscribeFallback);
|
|
|
| ~HFontRef();
|
|
|
|
|