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

Commit 8747dafc 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

Change-Id: I7dac931f83212320fe46745ededac675b80a93e6
parents 6fdc18ad 6fcbf83d
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;
    }