forked from firka/flutter
am f3879f9b: Initialize MinikinPaint members
* commit 'f3879f9b1f5593552e96cd0f3c2cf755c376fb85': Initialize MinikinPaint members
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user