Index: content/common/gpu/media/vaapi_video_decode_accelerator.h |
diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.h b/content/common/gpu/media/vaapi_video_decode_accelerator.h |
index 64a94d885780931bffef989a19b05b458006a200..a5abed4807302ff548146910b85cbdfcf4ff9349 100644 |
--- a/content/common/gpu/media/vaapi_video_decode_accelerator.h |
+++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h |
@@ -77,6 +77,7 @@ class CONTENT_EXPORT VaapiVideoDecodeAccelerator : |
// Signal the client that the current buffer has been read and can be |
// returned. Will also release the mapping. |
+ void ReturnCurrInputBufferLocked(); |
void ReturnCurrInputBuffer(); |
// Get and set up one or more output buffers in the decoder. This will sleep |