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

Unified Diff: ui/gfx/render_text_ozone.cc

Issue 152473008: More or less implement RenderTextHarfBuzz (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actual android fix Created 6 years, 7 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
« no previous file with comments | « ui/gfx/render_text_mac.cc ('k') | ui/gfx/render_text_pango.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/render_text_ozone.cc
diff --git a/ui/gfx/render_text_ozone.cc b/ui/gfx/render_text_ozone.cc
index 058b5a6389dd1dd3d822a3615c469a66d9aec1c2..fb5ef993d8bf01e8491b5c33022e978dc2c6198b 100644
--- a/ui/gfx/render_text_ozone.cc
+++ b/ui/gfx/render_text_ozone.cc
@@ -6,7 +6,7 @@
namespace gfx {
-RenderText* RenderText::CreateInstance() {
+RenderText* RenderText::CreateNativeInstance() {
return NULL;
}
« no previous file with comments | « ui/gfx/render_text_mac.cc ('k') | ui/gfx/render_text_pango.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698