Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Unified Diff: ui/gfx/render_text_mac.h

Issue 2346733002: Cleanup render text tests to use RenderTextTestApi. (Closed)
Patch Set: Fix compile. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/gfx/render_text_mac.h
diff --git a/ui/gfx/render_text_mac.h b/ui/gfx/render_text_mac.h
index 7c1d67e9314adb3941cb2c0177faccf4c10b4f88..ea0f38c5a2d747be5f582bf022239d40cb96d069 100644
--- a/ui/gfx/render_text_mac.h
+++ b/ui/gfx/render_text_mac.h
@@ -60,7 +60,7 @@ class GFX_EXPORT RenderTextMac : public RenderText {
void DrawVisualText(internal::SkiaTextRenderer* renderer) override;
private:
- FRIEND_TEST_ALL_PREFIXES(RenderTextMacTest, Mac_ElidedText);
+ friend class RenderTextMacTest;
struct TextRun {
CTRunRef ct_run;

Powered by Google App Engine
This is Rietveld 408576698