Chromium Code Reviews| Index: ui/gfx/render_text_mac.h |
| diff --git a/ui/gfx/render_text_mac.h b/ui/gfx/render_text_mac.h |
| index 737207fe19af6060b893b4b38a0cfb582e1f847a..1184cb4af3d7bb5db2464f9be017bb23074fc8fe 100644 |
| --- a/ui/gfx/render_text_mac.h |
| +++ b/ui/gfx/render_text_mac.h |
| @@ -53,6 +53,8 @@ class RenderTextMac : public RenderText { |
| void DrawVisualText(Canvas* canvas) override; |
| private: |
| + FRIEND_TEST_ALL_PREFIXES(RenderTextTest, Mac_ElidedText); |
| + |
| struct TextRun { |
| CTRunRef ct_run; |
| SkPoint origin; |