Index: ui/gfx/render_text_pango.cc |
diff --git a/ui/gfx/render_text_pango.cc b/ui/gfx/render_text_pango.cc |
index fdf3d59e1e0a6ee556208ec21fc703eb34e0f065..c2b9a177179b47c3fc11c2c16a10ff0ad3153707 100644 |
--- a/ui/gfx/render_text_pango.cc |
+++ b/ui/gfx/render_text_pango.cc |
@@ -528,7 +528,7 @@ size_t RenderTextPango::GetGlyphTextIndex(PangoLayoutRun* run, |
run->glyphs->log_clusters[glyph_index]); |
} |
-RenderText* RenderText::CreateInstance() { |
+RenderText* RenderText::CreateNativeInstance() { |
return new RenderTextPango; |
} |