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

Unified Diff: media/gpu/video_decode_accelerator_unittest.cc

Issue 2461033002: Fix the VDA unittest to pass texture ids in the correct order (Closed)
Patch Set: Created 4 years, 2 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/video_decode_accelerator_unittest.cc
diff --git a/media/gpu/video_decode_accelerator_unittest.cc b/media/gpu/video_decode_accelerator_unittest.cc
index 198176912361c0b9015914dd72ab9b075ca2cb9a..d03aab8a04ccc556efd0e38dfd03ea5fdd0af0b6 100644
--- a/media/gpu/video_decode_accelerator_unittest.cc
+++ b/media/gpu/video_decode_accelerator_unittest.cc
@@ -694,7 +694,7 @@ void GLRenderingVDAClient::ProvidePictureBuffers(
PictureBuffer::TextureIds ids;
ids.push_back(texture_id);
- buffers.push_back(PictureBuffer(picture_buffer_id, dimensions, ids));
+ buffers.push_back(PictureBuffer(picture_buffer_id, dimensions, ids, ids));
}
decoder_->AssignPictureBuffers(buffers);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698