Bug 1380980 - stylo: Add (unused) absolute offset to FontComputationData; r=emilio

MozReview-Commit-ID: EqtIs2NDm5g
This commit is contained in:
Manish Goregaokar 2017-09-08 15:25:44 -07:00
Родитель 2387b87164
Коммит a5896f074b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -158,6 +158,7 @@ enum ServoKeywordSize {
struct ServoFontComputationData {
ServoKeywordSize mKeyword;
float/*32_t*/ mRatio;
int32_t mAbsolute;
static_assert(sizeof(float) == 4, "float should be 32 bit");
};