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

Commit 9f1730c4 authored by Ben Wagner's avatar Ben Wagner Committed by Android (Google) Code Review
Browse files

Merge "Update sk_sp use for explicit."

parents 4f2d9aaf 6b62ac0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public:
    }

    bool valid() {
        return mBitmap;
        return mBitmap != nullptr;
    }

    Bitmap& bitmap() {
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ bool LayerDrawable::DrawLayer(GrContext* context, SkCanvas* canvas, Layer* layer
        }
    }

    return layerImage;
    return layerImage != nullptr;
}

};  // namespace skiapipeline