| Index: content/renderer/media/android/stream_texture_wrapper_impl_unittest.cc
|
| diff --git a/content/renderer/media/android/stream_texture_wrapper_impl_unittest.cc b/content/renderer/media/android/stream_texture_wrapper_impl_unittest.cc
|
| index 630a8905b6e8f412bae266ea254f918a927aa2d4..173c2b8b472cce1926842f0bf507438bfa59562a 100644
|
| --- a/content/renderer/media/android/stream_texture_wrapper_impl_unittest.cc
|
| +++ b/content/renderer/media/android/stream_texture_wrapper_impl_unittest.cc
|
| @@ -25,7 +25,7 @@ class StreamTextureWrapperImplTest : public testing::Test {
|
| // be destroyed via StreamTextureWrapper::Deleter.
|
| TEST_F(StreamTextureWrapperImplTest, ConstructionDestruction_ShouldSucceed) {
|
| media::ScopedStreamTextureWrapper stream_texture_wrapper =
|
| - StreamTextureWrapperImpl::Create(nullptr,
|
| + StreamTextureWrapperImpl::Create(false, nullptr,
|
| base::ThreadTaskRunnerHandle::Get());
|
| }
|
|
|
|
|