diff options
Diffstat (limited to 'ppapi/cpp/dev/font_dev.h')
-rw-r--r-- | ppapi/cpp/dev/font_dev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/dev/font_dev.h b/ppapi/cpp/dev/font_dev.h index e356b2b..cbe4b23 100644 --- a/ppapi/cpp/dev/font_dev.h +++ b/ppapi/cpp/dev/font_dev.h @@ -30,12 +30,12 @@ class FontDescription_Dev { FontDescription_Dev(const FontDescription_Dev& other); ~FontDescription_Dev(); + FontDescription_Dev& operator=(const FontDescription_Dev& other); + const PP_FontDescription_Dev& pp_font_description() const { return pp_font_description_; } - FontDescription_Dev& operator=(const FontDescription_Dev& other); - Var face() const { return face_; } void set_face(const Var& face) { face_ = face; |