| Index: ppapi/proxy/serialized_structs.cc
|
| diff --git a/ppapi/proxy/serialized_structs.cc b/ppapi/proxy/serialized_structs.cc
|
| index 4fd62ca3172c1f04ba5ca3de09dfa29feb9ba62b..e327b609500efe1ee2fcc110cc884400c485939a 100644
|
| --- a/ppapi/proxy/serialized_structs.cc
|
| +++ b/ppapi/proxy/serialized_structs.cc
|
| @@ -63,10 +63,6 @@ void SerializedFontDescription::SetToPPFontDescription(
|
| desc->word_spacing = word_spacing;
|
| }
|
|
|
| -PPBFileRef_CreateInfo::PPBFileRef_CreateInfo()
|
| - : file_system_type(PP_FILESYSTEMTYPE_EXTERNAL) {
|
| -}
|
| -
|
| PPBFlash_DrawGlyphs_Params::PPBFlash_DrawGlyphs_Params()
|
| : instance(0),
|
| font_desc(),
|
|
|