Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: content/renderer/media/android/stream_texture_wrapper_impl_unittest.cc

Issue 2480523006: Enable texture copy for webiew (Closed)
Patch Set: Addressed comments. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}
« no previous file with comments | « content/renderer/media/android/stream_texture_wrapper_impl.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698