am fca4ff38: am eaf2617f: am 472512f6: Merge "Fix incorrect prototype for JNI call"

* commit 'fca4ff3851508d9d2c414aa535a86d7ac0eb5e72':
  Fix incorrect prototype for JNI call
This commit is contained in:
Jean-Baptiste Queru
2012-02-13 20:00:40 -08:00
committed by Android Git Automerger

View File

@@ -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,
jint minLayer, jint maxLayer, bool allLayers)
jint minLayer, jint maxLayer)
{
return doScreenshot(env, clazz, width, height, minLayer, maxLayer, false);
}