Merge "SurfaceControl: Fix captureLayers JNI" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
242f2c93fa
@@ -317,7 +317,8 @@ static jobject nativeCaptureLayers(JNIEnv* env, jclass clazz, jobject layerHandl
|
||||
buffer->getPixelFormat(),
|
||||
(jint)buffer->getUsage(),
|
||||
(jlong)buffer.get(),
|
||||
namedColorSpace);
|
||||
namedColorSpace,
|
||||
false /* capturedSecureLayers */);
|
||||
}
|
||||
|
||||
static void nativeApplyTransaction(JNIEnv* env, jclass clazz, jlong transactionObj, jboolean sync) {
|
||||
|
||||
Reference in New Issue
Block a user