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

Unified Diff: media/video/picture.cc

Issue 2462393002: Use texture ids passed from ARC as service ids in ArcGVDA (Closed)
Patch Set: DCHECK and format fixup 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
« no previous file with comments | « media/gpu/video_decode_accelerator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/picture.cc
diff --git a/media/video/picture.cc b/media/video/picture.cc
index e80649288246c3fcf234850befddafaa66a81913..a57d5f4b9d07694d7cc181df96bcfa5a66fe23d6 100644
--- a/media/video/picture.cc
+++ b/media/video/picture.cc
@@ -20,7 +20,6 @@ PictureBuffer::PictureBuffer(int32_t id,
size_(size),
client_texture_ids_(client_texture_ids),
service_texture_ids_(service_texture_ids) {
- DCHECK_EQ(client_texture_ids.size(), service_texture_ids.size());
wuchengli 2016/11/02 02:10:22 Pawel and I had an offline discussion. We decided
}
PictureBuffer::PictureBuffer(int32_t id,
« no previous file with comments | « media/gpu/video_decode_accelerator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698