Skip to content

Commit fd94de9

Browse files
clavinckerr
authored andcommitted
1 parent fd3e6ce commit fd94de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/browser/osr/osr_video_consumer.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ void OffScreenVideoConsumer::OnFrameCaptured(
120120
SkImageInfo::MakeN32(content_rect.width(), content_rect.height(),
121121
kPremul_SkAlphaType),
122122
pixels,
123-
media::VideoFrame::RowBytes(media::VideoFrame::kARGBPlane,
123+
media::VideoFrame::RowBytes(media::VideoFrame::Plane::kARGB,
124124
info->pixel_format, info->coded_size.width()),
125125
[](void* addr, void* context) {
126126
delete static_cast<FramePinner*>(context);

0 commit comments

Comments
 (0)