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

Unified Diff: Source/core/platform/graphics/WidthIterator.h

Issue 54743004: Rendering text-justify:distribute for 8 bit characters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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: Source/core/platform/graphics/WidthIterator.h
diff --git a/Source/core/platform/graphics/WidthIterator.h b/Source/core/platform/graphics/WidthIterator.h
index 9f4f28801c7166452615e1ee504db972e0af7af5..9f0b7c65510ef32777cf5151664fe090e5a60bfe 100644
--- a/Source/core/platform/graphics/WidthIterator.h
+++ b/Source/core/platform/graphics/WidthIterator.h
@@ -96,6 +96,7 @@ private:
float m_firstGlyphOverflow;
float m_lastGlyphOverflow;
bool m_forTextEmphasis;
+ bool m_distributeJustification;
};
}

Powered by Google App Engine
This is Rietveld 408576698