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

Unified Diff: Source/platform/fonts/WidthIterator.h

Issue 255323004: Rendering text-justify:distribute for 8 bit characters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New patchset (with 'const') Created 6 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
Index: Source/platform/fonts/WidthIterator.h
diff --git a/Source/platform/fonts/WidthIterator.h b/Source/platform/fonts/WidthIterator.h
index bd54b164abfde87b0ffc5e5180aa270a4bda4d5b..76611823bd02804b0045ed5fdda10177d1388d17 100644
--- a/Source/platform/fonts/WidthIterator.h
+++ b/Source/platform/fonts/WidthIterator.h
@@ -94,6 +94,7 @@ private:
float m_firstGlyphOverflow;
float m_lastGlyphOverflow;
bool m_forTextEmphasis;
+ bool m_distributeJustification;
};
}

Powered by Google App Engine
This is Rietveld 408576698