Index: content/common/gpu/media/video_encode_accelerator_unittest.cc |
diff --git a/content/common/gpu/media/video_encode_accelerator_unittest.cc b/content/common/gpu/media/video_encode_accelerator_unittest.cc |
index 701eae84b8edd4bf27ff964c26899b56ece4745b..19f7ec92ec14349f5d1e5c29fd29312234aa2361 100644 |
--- a/content/common/gpu/media/video_encode_accelerator_unittest.cc |
+++ b/content/common/gpu/media/video_encode_accelerator_unittest.cc |
@@ -391,12 +391,13 @@ void VEAClient::CreateEncoder() { |
DCHECK(thread_checker_.CalledOnValidThread()); |
CHECK(!has_encoder()); |
- encoder_.reset(new ExynosVideoEncodeAccelerator(this)); |
+ encoder_.reset(new ExynosVideoEncodeAccelerator()); |
SetState(CS_ENCODER_SET); |
DVLOG(1) << "Profile: " << test_stream_.requested_profile |
<< ", requested bitrate: " << test_stream_.requested_bitrate; |
- encoder_->Initialize(kInputFormat, |
+ encoder_->Initialize(this, |
+ kInputFormat, |
test_stream_.size, |
test_stream_.requested_profile, |
test_stream_.requested_bitrate); |