types: Upgrade buffer ref from WP to SP (#9677)

This commit is contained in:
Lee Bousfield 2025-03-20 06:08:47 -05:00 committed by GitHub
parent f6ca4bac51
commit 7ea4fbf0ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -45,7 +45,7 @@ class CHLBufferReference {
CHLBufferReference(SP<IHLBuffer> buffer, SP<CWLSurfaceResource> surface);
~CHLBufferReference();
WP<IHLBuffer> buffer;
SP<IHLBuffer> buffer;
UP<CDRMSyncPointState> acquire;
UP<CDRMSyncPointState> release;