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

Unified Diff: Source/platform/fonts/shaping/SimpleShaper.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/Shaper.cpp ('k') | Source/platform/fonts/shaping/SimpleShaper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/shaping/SimpleShaper.h
diff --git a/Source/platform/fonts/shaping/SimpleShaper.h b/Source/platform/fonts/shaping/SimpleShaper.h
index 20c01e55674ebe1c52825950b49afe98050b85eb..f4314e9d7ff4be60f5f267dbe3233aceadb40bad 100644
--- a/Source/platform/fonts/shaping/SimpleShaper.h
+++ b/Source/platform/fonts/shaping/SimpleShaper.h
@@ -48,7 +48,7 @@ public:
unsigned advance(unsigned to, GlyphBuffer* = 0);
bool advanceOneCharacter(float& width);
- const TextRun& run() const { return m_run; }
+ const TextRun& run() const { return m_textRun; }
float runWidthSoFar() const { return m_runWidthSoFar; }
unsigned currentOffset() { return m_currentCharacter; }
« no previous file with comments | « Source/platform/fonts/shaping/Shaper.cpp ('k') | Source/platform/fonts/shaping/SimpleShaper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698