Skip to content

Commit fca4ff3

Browse files
Jean-Baptiste QueruAndroid Git Automerger
authored andcommitted
am eaf2617: am 472512f: Merge "Fix incorrect prototype for JNI call"
* commit 'eaf2617fc20dd6484722edc9df41faf6e91d73cc': Fix incorrect prototype for JNI call
2 parents 3ded587 + eaf2617 commit fca4ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/jni/android_view_Surface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ static jobject Surface_screenshotAll(JNIEnv* env, jobject clazz, jint width, jin
572572
}
573573

574574
static jobject Surface_screenshot(JNIEnv* env, jobject clazz, jint width, jint height,
575-
jint minLayer, jint maxLayer, bool allLayers)
575+
jint minLayer, jint maxLayer)
576576
{
577577
return doScreenshot(env, clazz, width, height, minLayer, maxLayer, false);
578578
}

0 commit comments

Comments
 (0)