diff options
Diffstat (limited to 'ui/gfx/render_text.h')
-rw-r--r-- | ui/gfx/render_text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h index 217f846..5b9c15a 100644 --- a/ui/gfx/render_text.h +++ b/ui/gfx/render_text.h @@ -298,6 +298,7 @@ class UI_EXPORT RenderText { FRIEND_TEST_ALL_PREFIXES(RenderTextTest, StyleRangesAdjust); FRIEND_TEST_ALL_PREFIXES(RenderTextTest, GraphemePositions); FRIEND_TEST_ALL_PREFIXES(RenderTextTest, SelectionModels); + FRIEND_TEST_ALL_PREFIXES(RenderTextTest, OriginForSkiaDrawing); // Return an index belonging to the |next| or previous logical grapheme. // If |next| is false and |IsCursorablePosition(index)| is true, the result |