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

Unified Diff: Source/platform/fonts/mac/ComplexTextController.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/mac/ComplexTextController.h
diff --git a/Source/platform/fonts/mac/ComplexTextController.h b/Source/platform/fonts/mac/ComplexTextController.h
index 06bd70ab0368e91fbf4f07bca62553e446314e59..ab8c5a784577c63fdff8fb2b536851a20ce758de 100644
--- a/Source/platform/fonts/mac/ComplexTextController.h
+++ b/Source/platform/fonts/mac/ComplexTextController.h
@@ -177,6 +177,7 @@ private:
float m_maxGlyphBoundingBoxY;
unsigned m_lastRoundingGlyph;
+ bool m_distributeJustification;
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698