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

Commit c5982e77 authored by John Reck's avatar John Reck
Browse files

Add isRenderable early-skip

Bug: 303549484
Test: monkey runs
Change-Id: I6843010151c3b7bd3933c7f22c706f36e11cd5a5
parent e7491875
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ void RenderNodeDrawable::drawBackwardsProjectedNodes(SkCanvas* canvas,
                                                     int nestLevel) const {
    LOG_ALWAYS_FATAL_IF(0 == nestLevel && !displayList.mProjectionReceiver);
    for (auto& child : displayList.mChildNodes) {
        if (!child.getRenderNode()->isRenderable()) continue;
        const RenderProperties& childProperties = child.getNodeProperties();

        // immediate children cannot be projected on their parent