Chromium Code Reviews| Index: content/common/gpu/media/vaapi_wrapper.h |
| diff --git a/content/common/gpu/media/vaapi_wrapper.h b/content/common/gpu/media/vaapi_wrapper.h |
| index 8951702c1eb4a72cf9ecf742b9d5eb7be6b297c9..873c5983d42a7f2ffdb99bf892a33144958fa8fc 100644 |
| --- a/content/common/gpu/media/vaapi_wrapper.h |
| +++ b/content/common/gpu/media/vaapi_wrapper.h |
| @@ -84,7 +84,8 @@ class CONTENT_EXPORT VaapiWrapper { |
| // again to free the allocated surfaces first, but is not required to do so |
| // at destruction time, as this will be done automatically from |
| // the destructor. |
|
henryhsu
2015/07/09 06:56:26
describe |va_format| in comment.
kcwu
2015/07/13 05:45:16
Done.
|
| - bool CreateSurfaces(const gfx::Size& size, |
| + bool CreateSurfaces(unsigned int va_format, |
| + const gfx::Size& size, |
| size_t num_surfaces, |
| std::vector<VASurfaceID>* va_surfaces); |