diff options
Diffstat (limited to 'ppapi/proxy/serialized_structs.h')
-rw-r--r-- | ppapi/proxy/serialized_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h index ea85757..4007c3b 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; }; |