DescriptionA quick fix for supporting bidirectional texts in omnibox2.
It seems the AutocompleteResultView::DrawString() function calls the AutocompleteResultView::DrawStringFragment() function even when |text_start| is greater than |text_end|, i.e. there are not matching characters.
This change filters out the above case and fixes a couple of lint errors.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14933
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|