Merge "Merge "SurfaceControl: Fix captureLayers JNI" into qt-dev am: 242f2c93fa" into qt-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
875ff9e159
@@ -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