am 472512f6
: Merge "Fix incorrect prototype for JNI call"
* commit '472512f6970fa170e2e1a3e1c24ac2b742e2e6b6': Fix incorrect prototype for JNI call
This commit is contained in:
committed by
Android Git Automerger
commit
eaf2617fc2
@ -572,7 +572,7 @@ static jobject Surface_screenshotAll(JNIEnv* env, jobject clazz, jint width, jin
|
|||||||
}
|
}
|
||||||
|
|
||||||
static jobject Surface_screenshot(JNIEnv* env, jobject clazz, jint width, jint height,
|
static jobject Surface_screenshot(JNIEnv* env, jobject clazz, jint width, jint height,
|
||||||
jint minLayer, jint maxLayer, bool allLayers)
|
jint minLayer, jint maxLayer)
|
||||||
{
|
{
|
||||||
return doScreenshot(env, clazz, width, height, minLayer, maxLayer, false);
|
return doScreenshot(env, clazz, width, height, minLayer, maxLayer, false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user