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

Commit e858ff15 authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge "BLAST: Avoid JNI call on creation" into rvc-dev am: 6fcbf83d am: 4bc809a6

Change-Id: I464484432324347a80fb1e45f5c5b77f3f32a3ab
parents 923ec191 4bc809a6
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;
    }