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

Commit 6fcbf83d authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "BLAST: Avoid JNI call on creation" into rvc-dev

parents 90b27662 ae8e0aea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1793,8 +1793,9 @@ public final class ViewRootImpl implements ViewParent,
            // We only return the Surface the first time, as otherwise
            // it hasn't changed and there is no need to update.
            ret = mBlastBufferQueue.getSurface();
        }
        } else {
            mBlastBufferQueue.update(mBlastSurfaceControl, width, height);
        }

        return ret;
    }