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

Unified Diff: Source/platform/fonts/mac/ComplexTextController.h

Issue 54743004: Rendering text-justify:distribute for 8 bit characters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use const parameter Created 6 years, 8 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
« no previous file with comments | « Source/platform/fonts/WidthIterator.cpp ('k') | Source/platform/fonts/mac/ComplexTextController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/fonts/WidthIterator.cpp ('k') | Source/platform/fonts/mac/ComplexTextController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698