Commit b0ea76f9 authored by Peter Kvitek's avatar Peter Kvitek Committed by Commit Bot

Fixed headless_shell build with no decoders. Again.

Change-Id: I45493078cf97dbe35366b5254e356880c3466359
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130668
Auto-Submit: Peter Kvitek <kvitekp@chromium.org>
Reviewed-by: default avatarTed Meyer <tmathmeyer@chromium.org>
Reviewed-by: default avatarBill Budge <bbudge@chromium.org>
Commit-Queue: Bill Budge <bbudge@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755071}
parent 90550368
......@@ -180,7 +180,7 @@ void VideoDecoderShim::DecoderImpl::Initialize(
weak_ptr_factory_.GetWeakPtr()),
base::NullCallback());
#else
OnInitDone(media::StatusCode::kDecoderFailedInitialization));
OnInitDone(media::StatusCode::kDecoderFailedInitialization);
#endif // BUILDFLAG(ENABLE_LIBVPX) || BUILDFLAG(ENABLE_FFMPEG_VIDEO_DECODERS)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment