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

Commit 003e8c01 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:...

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

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

Change-Id: I98caa1831f36a9f6ab347c53ae150226f1e26171
parents 97edfea1 93d1e224
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 = ";