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

Unified Diff: ui/gfx/render_text_pango.cc

Issue 152473008: More or less implement RenderTextHarfBuzz (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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_pango.cc
diff --git a/ui/gfx/render_text_pango.cc b/ui/gfx/render_text_pango.cc
index 83c937ebb3b60b2ff0b1e702390eff0ae57d3c41..a40d7d2ee31785f3778c093e20a07bf141ccd19e 100644
--- a/ui/gfx/render_text_pango.cc
+++ b/ui/gfx/render_text_pango.cc
@@ -524,7 +524,7 @@ size_t RenderTextPango::GetGlyphTextIndex(PangoLayoutRun* run,
run->glyphs->log_clusters[glyph_index]);
}
-RenderText* RenderText::CreateInstance() {
+RenderText* RenderText::CreateNativeInstance() {
return new RenderTextPango;
}

Powered by Google App Engine
This is Rietveld 408576698