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

Unified Diff: ui/gfx/render_text_harfbuzz.cc

Issue 2251893004: Use parameterized tests to test multiple render text implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@selection_direction
Patch Set: Refer crbug. Created 4 years, 4 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_harfbuzz.cc
diff --git a/ui/gfx/render_text_harfbuzz.cc b/ui/gfx/render_text_harfbuzz.cc
index ebc72a47fdfc9d2c64cba528fb8352ee2dcfd677..d0b3dd7200278cbaadb91c086ddda01ec5a6638b 100644
--- a/ui/gfx/render_text_harfbuzz.cc
+++ b/ui/gfx/render_text_harfbuzz.cc
@@ -474,7 +474,7 @@ class HarfBuzzLineBreaker {
// |max_width_| might be smaller than a single character. In this case we
// need to put at least one character in the line. Note that, we should
// not separate surrogate pair or combining characters.
- // See RenderTextTest.Multiline_MinWidth for an example.
+ // See RenderTextHarfBuzzTest.Multiline_MinWidth for an example.
if (width == 0 && available_width_ == max_width_) {
end_pos = std::min(
segment.char_range.end(),

Powered by Google App Engine
This is Rietveld 408576698