| Index: ppapi/proxy/serialized_structs.cc
|
| diff --git a/ppapi/proxy/serialized_structs.cc b/ppapi/proxy/serialized_structs.cc
|
| index e327b609500efe1ee2fcc110cc884400c485939a..bd17e4ddb641386390a0a4e395275e4b80e21f0f 100644
|
| --- a/ppapi/proxy/serialized_structs.cc
|
| +++ b/ppapi/proxy/serialized_structs.cc
|
| @@ -73,6 +73,7 @@ PPBFlash_DrawGlyphs_Params::PPBFlash_DrawGlyphs_Params()
|
| clip.size.width = 0;
|
| position.x = 0;
|
| position.y = 0;
|
| + allow_subpixel_aa = PP_FALSE;
|
| }
|
|
|
| PPBFlash_DrawGlyphs_Params::~PPBFlash_DrawGlyphs_Params() {}
|
|
|