| Index: ui/gfx/render_text_harfbuzz.h
|
| diff --git a/ui/gfx/render_text_harfbuzz.h b/ui/gfx/render_text_harfbuzz.h
|
| index 3c31f51d7ad66e492bc34dc0c62e5d9d4963535a..1309186919327a10c87bcddfb00ca03e1942f9a5 100644
|
| --- a/ui/gfx/render_text_harfbuzz.h
|
| +++ b/ui/gfx/render_text_harfbuzz.h
|
| @@ -209,6 +209,8 @@ class GFX_EXPORT RenderTextHarfBuzz : public RenderText {
|
| SelectionModel LastSelectionModelInsideRun(
|
| const internal::TextRunHarfBuzz* run);
|
|
|
| + void CheckForcedDirection(UBiDiLevel* level);
|
| +
|
| // Break the text into logical runs and populate the visual <-> logical maps
|
| // into |run_list_out|.
|
| void ItemizeTextToRuns(const base::string16& string,
|
|
|