diff options
| author | 2024-03-13 01:37:09 +0000 | |
|---|---|---|
| committer | 2024-03-13 01:37:09 +0000 | |
| commit | 7148e8da298b3ece2e710aa184424424082887e0 (patch) | |
| tree | cd475d63df4535276566535dc5a95839fec1b695 | |
| parent | 30ad90f3ece4796c7493af9cbd6a83ab3d520d55 (diff) | |
| parent | c6278e836fd40a73254703bbe083a30ae3a7ef30 (diff) | |
Merge "Remove default argument from "C" API." into main
| -rw-r--r-- | include/android/surface_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/surface_control.h b/include/android/surface_control.h index cce2e46471..23461e27b5 100644 --- a/include/android/surface_control.h +++ b/include/android/surface_control.h @@ -346,7 +346,7 @@ void ASurfaceTransaction_setZOrder(ASurfaceTransaction* transaction, */ void ASurfaceTransaction_setBuffer(ASurfaceTransaction* transaction, ASurfaceControl* surface_control, AHardwareBuffer* buffer, - int acquire_fence_fd = -1) __INTRODUCED_IN(29); + int acquire_fence_fd) __INTRODUCED_IN(29); /** * Updates the color for \a surface_control. This will make the background color for the |