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

Commit 8723e107 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "frameworks/base: Fix for compilation issue"

parents a58cd270 e689995b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -806,8 +806,10 @@ public:
            paint->setLooper(NULL);
        }
        else {
            #ifdef USE_OPENGL_RENDERER
            SkScalar sigma = android::uirenderer::Blur::convertRadiusToSigma(radius);
            paint->setLooper(SkBlurDrawLooper::Create((SkColor)color, sigma, dx, dy))->unref();
            #endif
        }
    }