Update vaapi_wrapper.h

This commit is contained in:
Alexander David Frick 2022-06-25 14:12:44 -05:00 committed by GitHub
parent ee854c8683
commit 504efb4ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@
#include "base/files/file.h"
#include "base/gtest_prod_util.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_refptr.h"
#include "base/synchronization/lock.h"
@ -636,7 +637,7 @@ class MEDIA_GPU_EXPORT VaapiWrapper
// If using global VA lock, this is a pointer to VADisplayState's member
// |va_lock_|. Guaranteed to be valid for the lifetime of VaapiWrapper.
base::Lock* va_lock_;
raw_ptr<base::Lock> va_lock_;
// VA handles.
// All valid after successful Initialize() and until Deinitialize().