mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update vaapi_wrapper.h
This commit is contained in:
parent
ee854c8683
commit
504efb4ce8
1 changed files with 2 additions and 1 deletions
|
@ -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().
|
||||
|
|
Loading…
Reference in a new issue