| Index: content/common/gpu/media/android_video_decode_accelerator_unittest.cc
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator_unittest.cc b/content/common/gpu/media/android_video_decode_accelerator_unittest.cc
|
| index 4e25e683498d310f390c9b3c46f5ff212f2cb71f..1ee5f8f695dbc5bb4f68dbb742b5a9a35e9958d0 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator_unittest.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator_unittest.cc
|
| @@ -66,8 +66,7 @@ class AndroidVideoDecodeAcceleratorTest : public testing::Test {
|
| scoped_ptr<MockVideoDecodeAcceleratorClient> client(
|
| new MockVideoDecodeAcceleratorClient());
|
| accelerator_.reset(new AndroidVideoDecodeAccelerator(
|
| - client.get(), decoder->AsWeakPtr(),
|
| - base::Bind(&MockMakeContextCurrent)));
|
| + decoder->AsWeakPtr(), base::Bind(&MockMakeContextCurrent)));
|
| }
|
|
|
| bool Configure(media::VideoCodec codec) {
|
|
|