| Index: content/common/gpu/media/vaapi_tfp_picture.h
|
| diff --git a/content/common/gpu/media/vaapi_tfp_picture.h b/content/common/gpu/media/vaapi_tfp_picture.h
|
| index 02a1a236393647130d2ee63150e234dbc6d65844..998506b66d16b5a81b33cb4ce856a836c5923791 100644
|
| --- a/content/common/gpu/media/vaapi_tfp_picture.h
|
| +++ b/content/common/gpu/media/vaapi_tfp_picture.h
|
| @@ -35,7 +35,8 @@ class VaapiTFPPicture : public VaapiPicture {
|
|
|
| ~VaapiTFPPicture() override;
|
|
|
| - bool Initialize() override;
|
| + bool Initialize(gpu::gles2::TextureManager* texture_manager,
|
| + gpu::gles2::TextureRef* texture_ref) override;
|
|
|
| bool DownloadFromSurface(const scoped_refptr<VASurface>& va_surface) override;
|
|
|
|
|