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

Unified Diff: Source/platform/fonts/shaping/Shaper.h

Issue 1173533004: Rename m_run to m_textRun in Shaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/platform/fonts/shaping/HarfBuzzShaper.cpp ('k') | Source/platform/fonts/shaping/Shaper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/shaping/Shaper.h
diff --git a/Source/platform/fonts/shaping/Shaper.h b/Source/platform/fonts/shaping/Shaper.h
index 18ad7084a5e0850f5dd749ab90df3f48e8b08311..42fc1fe1f13b39b2ffa94e07a1c65745d7cf816a 100644
--- a/Source/platform/fonts/shaping/Shaper.h
+++ b/Source/platform/fonts/shaping/Shaper.h
@@ -55,7 +55,7 @@ protected:
void addEmphasisMark(GlyphBuffer*, float midGlyphOffset) const;
const Font* m_font;
- const TextRun& m_run;
+ const TextRun& m_textRun;
HashSet<const SimpleFontData*>* m_fallbackFonts;
FloatRect* m_glyphBoundingBox;
« no previous file with comments | « Source/platform/fonts/shaping/HarfBuzzShaper.cpp ('k') | Source/platform/fonts/shaping/Shaper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698