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

Commit 93d7725b authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am 268ad521: am 6ef57e97: Merge "Don\'t update DisplayLists when dumping" into mnc-dev

* commit '268ad521':
  Don't update DisplayLists when dumping
parents 24406b5b 268ad521
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();
    }

    /**