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

Unified Diff: Source/platform/fonts/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: Add the test case in the TestExpectaions as NeedsRebaseline Created 6 years, 11 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: Source/platform/fonts/WidthIterator.h
diff --git a/Source/platform/fonts/WidthIterator.h b/Source/platform/fonts/WidthIterator.h
index e8f942078450f7a11eae9bc33f228d7b09b536a0..ad182af7cf35519eb948e7e90aadf3308036a383 100644
--- a/Source/platform/fonts/WidthIterator.h
+++ b/Source/platform/fonts/WidthIterator.h
@@ -97,6 +97,7 @@ private:
float m_firstGlyphOverflow;
float m_lastGlyphOverflow;
bool m_forTextEmphasis;
+ bool m_distributeJustification;
};
}

Powered by Google App Engine
This is Rietveld 408576698