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

Unified Diff: media/video/picture.h

Issue 1750213002: Fix Android black frames from MSE config changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: media/video/picture.h
diff --git a/media/video/picture.h b/media/video/picture.h
index 5ec3c55d9c8d4bf61fe1abcf5054bfd42b03db0f..f9010836541cf2eadc8f58cce26498a38291287b 100644
--- a/media/video/picture.h
+++ b/media/video/picture.h
@@ -35,6 +35,7 @@ class MEDIA_EXPORT PictureBuffer {
gfx::Size size() const {
return size_;
}
+ void set_size(gfx::Size size) { size_ = size; }
// Returns the id of the texture.
// NOTE: The texture id in the renderer process corresponds to a different

Powered by Google App Engine
This is Rietveld 408576698