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

Commit 93d1e224 authored by Leon Scroggins's avatar Leon Scroggins Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14604919

Change-Id: I27ce123f55c3bef20f8f7d35b911248aea811c3d
parents 5fb67abb bc63bf82
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 = ";