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

Unified Diff: media/video/picture.cc

Issue 806413004: Plumb allow_overlay flag for video path into cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« content/common/gpu/gpu_messages.h ('K') | « 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..2660d5b0dde047c5e149b3df70ad0b816b5ae512 100644
--- a/media/video/picture.cc
+++ b/media/video/picture.cc
@@ -27,7 +27,8 @@ Picture::Picture(int32 picture_buffer_id,
const gfx::Rect& visible_rect)
: picture_buffer_id_(picture_buffer_id),
bitstream_buffer_id_(bitstream_buffer_id),
- visible_rect_(visible_rect) {
+ visible_rect_(visible_rect),
+ allow_overlay_(false) {
}
} // namespace media
« content/common/gpu/gpu_messages.h ('K') | « media/video/picture.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698