am 014498ae: Fix unmatching type

* commit '014498ae2ab29399a632c548b8dc94cbf215b861':
  Fix unmatching type
This commit is contained in:
Raph Levien
2014-06-05 20:04:26 +00:00
committed by Android Git Automerger

View File

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