Skip to content
Commit 07bee70e authored by Mike Reed's avatar Mike Reed
Browse files

Revert "Revert "Simplify calling loopers""

This reverts commit 1edec352.

Previous attempt at this mistakenly used a pointer to an rvalue,
which was out of scope when it was used.

e.g.
    const SkPaint* sk_paint = filterBitmap(paint);
    ...
    // now use sk_paint <-- bad

Test: make

Bug: 178700363
Change-Id: I2e2913385e05257c482a5d12eaeaddadd04126e2
parent ee9b56d9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment