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

Commit 5ef72b53 authored by Matt Buckley's avatar Matt Buckley Committed by Android (Google) Code Review
Browse files

Merge "Tie notifyFramePending to load reset more explicitly"

parents 07ceee36 12271683
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2333,7 +2333,6 @@ public final class ViewRootImpl implements ViewParent,
     */
    void notifyRendererOfFramePending() {
        if (mAttachInfo.mThreadedRenderer != null) {
            mAttachInfo.mThreadedRenderer.notifyCallbackPending();
            mAttachInfo.mThreadedRenderer.notifyFramePending();
        }
    }
+1 −0
Original line number Diff line number Diff line
@@ -475,6 +475,7 @@ void CanvasContext::stopDrawing() {
void CanvasContext::notifyFramePending() {
    ATRACE_CALL();
    mRenderThread.pushBackFrameCallback(this);
    sendLoadResetHint();
}

void CanvasContext::draw() {