Update gpu_video_decode_accelerator.cc

This commit is contained in:
Alexander David Frick 2022-01-18 08:07:00 -06:00 committed by GitHub
parent 07fc0f4581
commit 018b74520a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -421,7 +421,7 @@ bool GpuVideoDecodeAccelerator::Initialize(
client) {
DCHECK(!video_decode_accelerator_);
#if !defined(OS_WIN)
#if !BUILDFLAG(IS_WIN)
// Ensure we will be able to get a GL context at all before initializing
// non-Windows VDAs.
if (!gl_client_.make_context_current.Run())