Merge "Merge "SurfaceControl: Fix captureLayers JNI" into qt-dev am: 242f2c93fa" into qt-dev-plus-aosp

This commit is contained in:
Android Build Merger (Role)
2019-04-09 19:32:52 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {