Chromium Code Reviews| Index: webkit/media/crypto/ppapi/content_decryption_module.h |
| diff --git a/webkit/media/crypto/ppapi/content_decryption_module.h b/webkit/media/crypto/ppapi/content_decryption_module.h |
| index ac33aaa04a873399d0ce7434d8269905dd46a1a8..c5079e17f8dd9d122187344208ffeaeaf20a5ca0 100644 |
| --- a/webkit/media/crypto/ppapi/content_decryption_module.h |
| +++ b/webkit/media/crypto/ppapi/content_decryption_module.h |
| @@ -141,7 +141,7 @@ struct VideoDecoderConfig { |
| profile(kUnknownVideoCodecProfile), |
| format(kUnknownVideoFormat), |
| extra_data(NULL), |
| - extra_data_size() {} |
| + extra_data_size(0) {} |
| VideoCodec codec; |
| VideoCodecProfile profile; |