Chromium Code Reviews| 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 |