| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
const uint32_t last_index =
i + 1 < text_run->typeface_runs.size() &&
!text_run->typeface_runs[i + 1]->glyphs.empty()
? text_run->typeface_runs[i + 1]->glyphs.front()->character_index
: text_run->text.size();This complexity would go away with https://chromium-review.googlesource.com/c/chromium/src/+/7829334, it would just be in the helper function once.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |