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

Commit 6ef57e97 authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "Don't update DisplayLists when dumping" into mnc-dev

parents 053b407b 356b5fe0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2367,8 +2367,7 @@ public final class ViewRootImpl implements ViewParent,
     * @hide
     */
    void outputDisplayList(View view) {
        RenderNode renderNode = view.updateDisplayListIfDirty();
        renderNode.output();
        view.mRenderNode.output();
    }

    /**