Add public visibility to pending_task_safety_flag

Bug: b/235812579
Change-Id: I9509fa04317876e0d550e473f0089093afa84a87
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266145
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37256}
This commit is contained in:
Artem Titov 2022-06-17 13:07:03 +02:00 committed by WebRTC LUCI CQ
parent 1fe14f2752
commit ef159280b1

View File

@ -107,6 +107,7 @@ rtc_source_set("to_queued_task") {
}
rtc_library("pending_task_safety_flag") {
visibility = [ "*" ]
sources = [
"pending_task_safety_flag.cc",
"pending_task_safety_flag.h",