[automerge] Default to true for updateDestinationFrame in BBQ 2p: 845d5ad06e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17693701

Change-Id: I67b1aefb68059124f485edac780bd97eea67f42c
This commit is contained in:
chaviw
2022-04-11 19:40:27 +00:00
committed by Presubmit Automerger Backend

View File

@@ -47,7 +47,7 @@ public final class BLASTBufferQueue {
/** Create a new connection with the surface flinger. */
public BLASTBufferQueue(String name, SurfaceControl sc, int width, int height,
@PixelFormat.Format int format) {
this(name, false /* updateDestinationFrame */);
this(name, true /* updateDestinationFrame */);
update(sc, width, height, format);
}