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

Commit 8860de97 authored by Lloyd Pique's avatar Lloyd Pique Committed by Android (Google) Code Review
Browse files

Merge "CE: Default-Initialize shadowRadius and a timestamp" into rvc-dev-plus-aosp

parents cca208b9 5d4e24ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ struct LayerFECompositionState {
    FloatRect geomLayerBounds;

    // length of the shadow in screen space
    float shadowRadius;
    float shadowRadius{0.f};

    /*
     * Geometry state
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ struct OutputLayerCompositionState {
    void dump(std::string& result) const;

    // Timestamp for when the layer is queued for client composition
    nsecs_t clientCompositionTimestamp;
    nsecs_t clientCompositionTimestamp{0};
};

} // namespace compositionengine::impl