| 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 c1e91f1241d5bb7a99d500798aab45216849d009..400d7cc6f640dcf61e178c6acba348452cf70ad8 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator_unittest.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator_unittest.cc
|
| @@ -70,8 +70,7 @@ class AndroidVideoDecodeAcceleratorTest : public testing::Test {
|
| scoped_ptr<MockVideoDecodeAcceleratorClient> client(
|
| new MockVideoDecodeAcceleratorClient());
|
| accelerator_.reset(new AndroidVideoDecodeAccelerator(
|
| - decoder->AsWeakPtr(), base::Bind(&MockMakeContextCurrent),
|
| - make_scoped_ptr(new AndroidCopyingBackingStrategy())));
|
| + decoder->AsWeakPtr(), base::Bind(&MockMakeContextCurrent)));
|
| }
|
|
|
| bool Configure(media::VideoCodec codec) {
|
|
|