Chromium Code Reviews| Index: ppapi/cpp/dev/font_dev.h |
| =================================================================== |
| --- ppapi/cpp/dev/font_dev.h (revision 85766) |
| +++ ppapi/cpp/dev/font_dev.h (working copy) |
| @@ -111,6 +111,7 @@ |
| Font_Dev& operator=(const Font_Dev& other); |
| // PPB_Font methods: |
| + static Var GetFontFamilies(Instance* instance); |
| bool Describe(FontDescription_Dev* description, |
| PP_FontMetrics_Dev* metrics) const; |
| bool DrawTextAt(ImageData* dest, |