We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142c6e1 commit 9a900e7Copy full SHA for 9a900e7
shell/browser/api/frame_subscriber.cc
@@ -131,7 +131,7 @@ void FrameSubscriber::OnFrameCaptured(
131
SkImageInfo::MakeN32(content_rect.width(), content_rect.height(),
132
kPremul_SkAlphaType),
133
pixels,
134
- media::VideoFrame::RowBytes(media::VideoFrame::kARGBPlane,
+ media::VideoFrame::RowBytes(media::VideoFrame::Plane::kARGB,
135
info->pixel_format, info->coded_size.width()),
136
[](void* addr, void* context) {
137
delete static_cast<FramePinner*>(context);
0 commit comments