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

Unified Diff: ui/gfx/render_text_mac.cc

Issue 152473008: More or less implement RenderTextHarfBuzz (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Alexei's comments 2 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
Index: ui/gfx/render_text_mac.cc
diff --git a/ui/gfx/render_text_mac.cc b/ui/gfx/render_text_mac.cc
index 3ad484bcf4bd5c2c5edc9f22dd84674d46281353..68780f84b946a290bdac20c3d827052f47325c9e 100644
--- a/ui/gfx/render_text_mac.cc
+++ b/ui/gfx/render_text_mac.cc
@@ -339,7 +339,7 @@ void RenderTextMac::ComputeRuns() {
runs_valid_ = true;
}
-RenderText* RenderText::CreateInstance() {
+RenderText* RenderText::CreateNativeInstance() {
return new RenderTextMac;
}

Powered by Google App Engine
This is Rietveld 408576698