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

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

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/Shaper.h ('k') | Source/platform/fonts/shaping/SimpleShaper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/shaping/Shaper.cpp
diff --git a/Source/platform/fonts/shaping/Shaper.cpp b/Source/platform/fonts/shaping/Shaper.cpp
index 20e8f92a82363d70b686bd6a4ac03963f39de3a0..d3c0db4b3173d2ba929b6be8e10b3df754f4bd40 100644
--- a/Source/platform/fonts/shaping/Shaper.cpp
+++ b/Source/platform/fonts/shaping/Shaper.cpp
@@ -40,7 +40,7 @@ namespace blink {
Shaper::Shaper(const Font* font, const TextRun& run, const GlyphData* emphasisData,
HashSet<const SimpleFontData*>* fallbackFonts, FloatRect* bounds)
: m_font(font)
- , m_run(run)
+ , m_textRun(run)
, m_fallbackFonts(fallbackFonts)
, m_glyphBoundingBox(bounds)
, m_expansion(0)
« no previous file with comments | « Source/platform/fonts/shaping/Shaper.h ('k') | Source/platform/fonts/shaping/SimpleShaper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698