diff options
| author | 2024-03-13 02:24:13 +0000 | |
|---|---|---|
| committer | 2024-03-13 02:24:13 +0000 | |
| commit | fbdf1fe58706151c0ab6ed3e7137b3c510654d4c (patch) | |
| tree | cd475d63df4535276566535dc5a95839fec1b695 | |
| parent | b1b78898abea4cc354e18c2f39c4a8356119d1f5 (diff) | |
| parent | 7148e8da298b3ece2e710aa184424424082887e0 (diff) | |
Merge "Remove default argument from "C" API." into main am: 7148e8da29
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2973726
Change-Id: I31b336e8f46b5ae3d1972337d51d3db6278db680
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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 |