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

Unified Diff: media/video/picture.cc

Issue 485103007: Revert of Pass decoded picture size from VDA to client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « media/video/picture.h ('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 f0510131ea6bf4d7603c177feb150d27316d33d0..7b32563824e3172749871915cad50b13ea632056 100644
--- a/media/video/picture.cc
+++ b/media/video/picture.cc
@@ -22,12 +22,9 @@
texture_mailbox_(texture_mailbox) {
}
-Picture::Picture(int32 picture_buffer_id,
- int32 bitstream_buffer_id,
- const gfx::Rect& visible_rect)
+Picture::Picture(int32 picture_buffer_id, int32 bitstream_buffer_id)
: picture_buffer_id_(picture_buffer_id),
- bitstream_buffer_id_(bitstream_buffer_id),
- visible_rect_(visible_rect) {
+ bitstream_buffer_id_(bitstream_buffer_id) {
}
} // namespace media
« no previous file with comments | « media/video/picture.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698