Loading graphics/java/android/graphics/BLASTBufferQueue.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
graphics/java/android/graphics/BLASTBufferQueue.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading