Index: media/video/video_decode_accelerator.h |
diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h |
index 6ac1c0e65f148586c7450ecb1dcf98b57d094150..7ce178555d41cf2b45aaa544c2dd847f47291b64 100644 |
--- a/media/video/video_decode_accelerator.h |
+++ b/media/video/video_decode_accelerator.h |
@@ -229,7 +229,7 @@ class VideoDecodeAccelerator |
// |config| is the configuration on which the decoder should be initialized. |
// |
// Returns true when command successfully accepted. Otherwise false. |
- virtual bool Initialize(const std::vector<uint32>& config) = 0; |
+ virtual bool Initialize(const std::vector<int32>& config) = 0; |
// Decodes given bitstream buffer. Once decoder is done with processing |
// |bitstream_buffer| it will call NotifyEndOfBitstreamBuffer() with the |