SkFontMgr for Android.

Committed: https://skia.googlesource.com/skia/+/4f9a01e03ef3bbe7dd8f9bebdcb3555226087e06

R=djsollen@google.com, tomhudson@google.com, robertphillips@google.com

Author: bungeman@google.com

Review URL: https://codereview.chromium.org/414483002
diff --git a/src/ports/SkFontConfigParser_android.h b/src/ports/SkFontConfigParser_android.h
index e2247ef..8119fd7 100644
--- a/src/ports/SkFontConfigParser_android.h
+++ b/src/ports/SkFontConfigParser_android.h
@@ -15,7 +15,10 @@
 #include "SkTDArray.h"
 
 struct FontFileInfo {
+    FontFileInfo() : fIndex(0) { }
+
     SkString              fFileName;
+    int                   fIndex;
     SkPaintOptionsAndroid fPaintOptions;
 };