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

Commit 3cc8c102 authored by Pablo Gamito's avatar Pablo Gamito Committed by Android (Google) Code Review
Browse files

Merge "Set prior to performing std::move()"

parents 3156e077 ddefa7b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,8 +129,8 @@ void LayerTracing::notify(bool visibleRegionDirty, int64_t time, int64_t vsyncId
        entry.set_excludes_composition_state(true);
    }
    mFlinger.dumpDisplayProto(entry);
    mBuffer->emplace(std::move(entry));
    entry.set_vsync_id(vsyncId);
    mBuffer->emplace(std::move(entry));
}

} // namespace android