media/gpu/vaapi_wrapper: Remove "const scoped_refptr<T>&" at BlitSurface()
The Chromium smart pointer guidelines [1] says "don't pass or return a smart pointer by reference". This CL removes "const scoped_refptr<T>&" at VaapiWrapper::BlitSurface(). [1] https://www.chromium.org/developers/smart-pointer-guidelines Bug: 1020668 Test: run vda_tests on octopus Change-Id: Ic9e042e066c7dbe3257d973a5c03586ea3f05766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975491 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#726734}
Showing
Please register or sign in to comment