media/gpu: Fix scoped_refptr parameter passing. |
|
Issue descriptionAccording to https://chromium.googlesource.com/chromium/src/+/master/styleguide/c++/c++.md#object-ownership-and-calling-conventions scoped_refptr should be passed by value, not by reference. ~/chrome/src/media/gpu$ grep -r "const scoped_refptr<.*>&" | wc 226 1068 21515 |
|
►
Sign in to add a comment |
|
Comment 1 by bugdroid1@chromium.org
, Nov 19