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