| Index: components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/FontFamily.template
|
| diff --git a/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/FontFamily.template b/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/FontFamily.template
|
| index 25115499dd6e75ac5779b9131e10b677e63725b9..bc0ff25411a4576eeb0bb43c13ef43225de246a3 100644
|
| --- a/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/FontFamily.template
|
| +++ b/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/FontFamily.template
|
| @@ -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;
|
|
|