Chromium Code Reviews| Index: content/common/gpu/media/h264_parser.h |
| diff --git a/content/common/gpu/media/h264_parser.h b/content/common/gpu/media/h264_parser.h |
| index 450536dbacf33697f26b775efcc786e8ad635798..ef523db37b28a57383bd406720858e42ac557b27 100644 |
| --- a/content/common/gpu/media/h264_parser.h |
| +++ b/content/common/gpu/media/h264_parser.h |
| @@ -46,6 +46,7 @@ struct H264SPS { |
| H264SPS(); |
| int profile_idc; |
| + int constraint_setx_flag; |
| int level_idc; |
| int seq_parameter_set_id; |