diff options
Diffstat (limited to 'webkit/glue/plugins/pepper_char_set.h')
-rw-r--r-- | webkit/glue/plugins/pepper_char_set.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/plugins/pepper_char_set.h b/webkit/glue/plugins/pepper_char_set.h index 9564527..5abb54d 100644 --- a/webkit/glue/plugins/pepper_char_set.h +++ b/webkit/glue/plugins/pepper_char_set.h @@ -5,7 +5,7 @@ #ifndef WEBKIT_GLUE_PLUGINS_PEPPER_CHAR_SET_H_ #define WEBKIT_GLUE_PLUGINS_PEPPER_CHAR_SET_H_ -typedef struct _ppb_CharSetDev PPB_CharSetDev; +struct PPB_CharSet_Dev; namespace pepper { @@ -13,7 +13,7 @@ class CharSet { public: // Returns a pointer to the interface implementing PPB_CharSet that is // exposed to the plugin. - static const PPB_CharSetDev* GetInterface(); + static const PPB_CharSet_Dev* GetInterface(); }; } // namespace pepper |