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

Commit bc63bf82 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "PrintTo(LayerSettings): print the name of the layer" into sc-dev

parents ead41b7b 71cadcf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ static inline void PrintTo(const StretchEffect& effect, ::std::ostream* os) {
}

static inline void PrintTo(const LayerSettings& settings, ::std::ostream* os) {
    *os << "LayerSettings {";
    *os << "LayerSettings for '" << settings.name.c_str() << "' {";
    *os << "\n    .geometry = ";
    PrintTo(settings.geometry, os);
    *os << "\n    .source = ";