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

Commit 79625818 authored by Leon Scroggins III's avatar Leon Scroggins III Committed by android-build-merger
Browse files

Merge "Disable Bitmap density scaling to Picture" into pi-dev

am: e7c26531

Change-Id: I44ee1a14af2ef7f2743e7105e6cc04b9afdac460
parents 36caae3e e7c26531
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -209,6 +209,8 @@ public class Picture {
        public PictureCanvas(Picture pict, long nativeCanvas) {
            super(nativeCanvas);
            mPicture = pict;
            // Disable bitmap density scaling. This matches DisplayListCanvas.
            mDensity = 0;
        }

        @Override