Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f096a94 authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-699bcbdaa9a54be3a56de1e065ef795a" into tm-mainline-prod

* changes:
  [automerge] Default to true for updateDestinationFrame in BBQ 2p: 845d5ad0
  Default to true for updateDestinationFrame in BBQ
parents 14a14a97 f3924276
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }