From e7cf30612d4f2ae493b4d0674ca9115a66439a11 Mon Sep 17 00:00:00 2001 From: jonahwilliams Date: Fri, 6 Sep 2024 19:44:34 -0700 Subject: [PATCH] fix double reset host buffer call. --- shell/gpu/gpu_surface_vulkan_impeller.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/gpu/gpu_surface_vulkan_impeller.cc b/shell/gpu/gpu_surface_vulkan_impeller.cc index 02a9a4dfd5908..33137ad0073cd 100644 --- a/shell/gpu/gpu_surface_vulkan_impeller.cc +++ b/shell/gpu/gpu_surface_vulkan_impeller.cc @@ -94,7 +94,6 @@ std::unique_ptr GPUSurfaceVulkanImpeller::AcquireFrame( display_list->Dispatch(impeller_dispatcher, SkIRect::MakeWH(cull_rect.width, cull_rect.height)); impeller_dispatcher.FinishRecording(); - aiks_context->GetContentContext().GetTransientsBuffer().Reset(); aiks_context->GetContentContext().GetLazyGlyphAtlas()->ResetTextFrames(); if (reset_host_buffer) { aiks_context->GetContentContext().GetTransientsBuffer().Reset();