| Index: ppapi/proxy/serialized_structs.h
|
| diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h
|
| index ea8575772b12da45c3f474a306bdb66864ab7740..4007c3bdc64b1ec4ce02213631e067a1373bb178 100644
|
| --- a/ppapi/proxy/serialized_structs.h
|
| +++ b/ppapi/proxy/serialized_structs.h
|
| @@ -81,6 +81,7 @@ struct PPBFlash_DrawGlyphs_Params {
|
| PP_Point position;
|
| PP_Rect clip;
|
| float transformation[3][3];
|
| + PP_Bool allow_subpixel_aa;
|
| std::vector<uint16_t> glyph_indices;
|
| std::vector<PP_Point> glyph_advances;
|
| };
|
|
|