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

Commit f1381deb authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "Respect round rect clip when determining op opaqueness" into lmp-dev

parents 7f15164e 2262abbd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -208,6 +208,8 @@ protected:
        // ensure that local bounds cover mapped bounds
        if (!state.mMatrix.isSimple()) return false;

        if (state.mRoundRectClipState) return false;

        // check state/paint for transparency
        if (mPaint) {
            if (mPaint->getShader() && !mPaint->getShader()->isOpaque()) {