| Index: media/base/video_frame_pool.h
|
| diff --git a/media/base/video_frame_pool.h b/media/base/video_frame_pool.h
|
| index 76b309196a4745aab96dd8ecdf11182a773531e9..9719bf9deb5c8facf0077703433e3173df5618d9 100644
|
| --- a/media/base/video_frame_pool.h
|
| +++ b/media/base/video_frame_pool.h
|
| @@ -30,7 +30,8 @@ class MEDIA_EXPORT VideoFramePool {
|
| const gfx::Size& coded_size,
|
| const gfx::Rect& visible_rect,
|
| const gfx::Size& natural_size,
|
| - base::TimeDelta timestamp);
|
| + base::TimeDelta timestamp,
|
| + bool zero_init_new_allocations);
|
|
|
| protected:
|
| friend class VideoFramePoolTest;
|
|
|