From 4413e8a1b539c5b99ed49a7193ac69675d266c5f Mon Sep 17 00:00:00 2001 From: jonahwilliams Date: Sat, 20 Jul 2024 07:55:21 -0700 Subject: [PATCH] [Impeller] try disabling backpressure in AHB swapchain. --- impeller/toolkit/android/surface_transaction.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/impeller/toolkit/android/surface_transaction.cc b/impeller/toolkit/android/surface_transaction.cc index 454f62ddb203c..048bcd5b36be5 100644 --- a/impeller/toolkit/android/surface_transaction.cc +++ b/impeller/toolkit/android/surface_transaction.cc @@ -61,9 +61,6 @@ bool SurfaceTransaction::SetContents(const SurfaceControl* control, const auto& proc_table = GetProcTable(); - proc_table.ASurfaceTransaction_setEnableBackPressure( - transaction_.get(), control->GetHandle(), true); - proc_table.ASurfaceTransaction_setBuffer( transaction_.get(), // control->GetHandle(), //