Skip to content

Commit 6466f40

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

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)