aboutsummaryrefslogtreecommitdiff
path: root/test/scenario/video_frame_matcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario/video_frame_matcher.h')
-rw-r--r--test/scenario/video_frame_matcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario/video_frame_matcher.h b/test/scenario/video_frame_matcher.h
index f7f62436ac..a3aa85447d 100644
--- a/test/scenario/video_frame_matcher.h
+++ b/test/scenario/video_frame_matcher.h
@@ -52,7 +52,7 @@ class VideoFrameMatcher {
rtc::scoped_refptr<VideoFrameBuffer> thumb;
int repeat_count = 0;
};
- using DecodedFrame = rtc::RefCountedObject<DecodedFrameBase>;
+ using DecodedFrame = rtc::FinalRefCountedObject<DecodedFrameBase>;
struct CapturedFrame {
int id;
Timestamp capture_time = Timestamp::PlusInfinity();