Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / dom_distiller / android / java / src / org / chromium / components / dom_distiller / core / FontFamily.template
index 2511549..bc0ff25 100644 (file)
@@ -25,7 +25,7 @@ int asNativeEnum() {
   return mFontFamily;
 }
 
-static FontFamily getFontFamilyForValue(int value) {
+public static FontFamily getFontFamilyForValue(int value) {
   for (FontFamily fontFamily: FontFamily.values()) {
     if (fontFamily.mFontFamily == value) {
       return fontFamily;