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

Unified Diff: ui/gfx/render_text_harfbuzz.h

Issue 2853523002: [rendertext,i18n] Added flag to force RTL rendering (Closed)
Patch Set: Created 3 years, 8 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.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,

Powered by Google App Engine
This is Rietveld 408576698