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

Commit 3cebe386 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: I35e6b038e2f21d1ca9c9901a1059168baa08f2d9
parents 691d1b4f 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 = ";