Skip to content

Commit 9a900e7

Browse files
clavinckerr
authored andcommitted
1 parent 142c6e1 commit 9a900e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/browser/api/frame_subscriber.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ void FrameSubscriber::OnFrameCaptured(
131131
SkImageInfo::MakeN32(content_rect.width(), content_rect.height(),
132132
kPremul_SkAlphaType),
133133
pixels,
134-
media::VideoFrame::RowBytes(media::VideoFrame::kARGBPlane,
134+
media::VideoFrame::RowBytes(media::VideoFrame::Plane::kARGB,
135135
info->pixel_format, info->coded_size.width()),
136136
[](void* addr, void* context) {
137137
delete static_cast<FramePinner*>(context);

0 commit comments

Comments
 (0)