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