Skip to content

Commit

Permalink
Merge branch 'main' into android-hb-formats
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Apr 19, 2024
2 parents ba69216 + 36c10bd commit 6663c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sk_sp<SkImage> SkiaOpenGLSurfaceFactory::makeImageFromHardwareBuffer(
sk_sp<SkImage> image = SkImages::BorrowTextureFrom(
ThreadContextHolder::ThreadSkiaOpenGLContext.directContext.get(),
backendTex, kTopLeft_GrSurfaceOrigin, kRGBA_8888_SkColorType,
kOpaque_SkAlphaType, nullptr);
kOpaque_SkAlphaType, nullptr, deleteImageProc, deleteImageCtx);
return image;
#else
throw std::runtime_error(
Expand Down

0 comments on commit 6663c4b

Please sign in to comment.