Index: content/common/gpu/client/gpu_video_decode_accelerator_host.h |
diff --git a/content/common/gpu/client/gpu_video_decode_accelerator_host.h b/content/common/gpu/client/gpu_video_decode_accelerator_host.h |
index d82da0725e3b35f9fa482b8b3abbcf22e3437c4a..7a31aabdf68a1b0628b5064b7619ff88f28f9e4a 100644 |
--- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h |
+++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h |
@@ -35,7 +35,10 @@ class GpuVideoDecodeAcceleratorHost |
bool OnMessageReceived(const IPC::Message& message) override; |
// media::VideoDecodeAccelerator implementation. |
- bool Initialize(media::VideoCodecProfile profile, Client* client) override; |
+ bool Initialize( |
+ media::VideoCodecProfile profile, |
+ uint32 min_picture_count, |
+ Client* client) override; |
void Decode(const media::BitstreamBuffer& bitstream_buffer) override; |
void AssignPictureBuffers( |
const std::vector<media::PictureBuffer>& buffers) override; |