Chromium Code Reviews| 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; |
| }; |
| } |