Fix unmatching type

Missed a slightly mismatched type (int vs int32_t) from a previous code
review.

Change-Id: Ib56775a3a1a6ec3763da7f7432186954251cc048
This commit is contained in:
Raph Levien
2014-06-04 11:15:28 -07:00
parent 23801bf449
commit 014498ae2a

View File

@@ -81,7 +81,7 @@ private:
float mSize; float mSize;
float mScaleX; float mScaleX;
float mSkewX; float mSkewX;
int mPaintFlags; int32_t mPaintFlags;
bool mIsRtl; bool mIsRtl;
// Note: any fields added to MinikinPaint must also be reflected here. // Note: any fields added to MinikinPaint must also be reflected here.
// TODO: language matching (possibly integrate into style) // TODO: language matching (possibly integrate into style)