am f3879f9b: Initialize MinikinPaint members

* commit 'f3879f9b1f5593552e96cd0f3c2cf755c376fb85':
  Initialize MinikinPaint members
This commit is contained in:
Behdad Esfahbod
2014-07-29 21:01:36 +00:00
committed by Android Git Automerger

View File

@@ -30,6 +30,8 @@ class MinikinFont;
// Possibly move into own .h file?
// Note: if you add a field here, also update LayoutCacheKey
struct MinikinPaint {
MinikinPaint() : font(0), size(0), scaleX(0), skewX(0), letterSpacing(0), paintFlags(0),
fakery() { }
MinikinFont *font;
float size;
float scaleX;