[go: nahoru, domu]

Remove default arguments in virtual functions

Default arguments in virtual functions are banned as per the C++ style
guide. VideoCaptureDevice and some derived classes use them. Create
wrappers instead, since most of the function calls don't pass in the
frame_feedback_id parameter.

R=tommi@chromium.org

Bug: 978143
Change-Id: Ie78eb57fba2bf9e87ae8f231477638578079bd97
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4370071
Commit-Queue: Johannes Kron <kron@chromium.org>
Reviewed-by: Tomas Gunnarsson <tommi@chromium.org>
Reviewed-by: Johannes Kron <kron@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1125606}
diff --git a/AUTHORS b/AUTHORS
index bd7bd1b2..a44eb88 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -128,6 +128,7 @@
 Antonin Hildebrand <antonin.hildebrand@gmail.com>
 Antonio Gomes <a1.gomes@sisa.samsung.com>
 Anuj Kumar Sharma <anujk.sharma@samsung.com>
+Anže Lešnik <anze@lesnik.cc>
 Ao Hui <aohui.wan@gmail.com>
 Ao Sun <ntusunao@gmail.com>
 Ao Wang <wangao.james@bytedance.com>