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

Commit 777bf85c authored by Florin Malita's avatar Florin Malita
Browse files

Remove remaining references to SkCanvas::SaveFlags

One SkCanvas save flag reference snuck back in after the last
cleanup.  Convert to the new SaveFlags enum.

Change-Id: I9ba4b01a19bbb80276c84d30fd0d7b9513892cf9
parent 3d51d8ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -460,7 +460,7 @@ void Tree::draw(Canvas* outCanvas, SkColorFilter* colorFilter,

    mPaint.setColorFilter(colorFilter);

    int saveCount = outCanvas->save(SkCanvas::SaveFlags::kMatrixClip_SaveFlag);
    int saveCount = outCanvas->save(SaveFlags::MatrixClip);
    outCanvas->translate(mBounds.fLeft, mBounds.fTop);

    // Handle RTL mirroring.