Skip to content

Commit 7148e8d

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Remove default argument from "C" API." into main
2 parents 30ad90f + c6278e8 commit 7148e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/android/surface_control.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ void ASurfaceTransaction_setZOrder(ASurfaceTransaction* transaction,
346346
*/
347347
void ASurfaceTransaction_setBuffer(ASurfaceTransaction* transaction,
348348
ASurfaceControl* surface_control, AHardwareBuffer* buffer,
349-
int acquire_fence_fd = -1) __INTRODUCED_IN(29);
349+
int acquire_fence_fd) __INTRODUCED_IN(29);
350350

351351
/**
352352
* Updates the color for \a surface_control. This will make the background color for the

0 commit comments

Comments
 (0)