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

Commit e5905684 authored by Raph Levien's avatar Raph Levien Committed by Android Git Automerger
Browse files

am eceb3171: am f4afc401: Merge "framework: fix bug for uninitialized variable"

* commit 'eceb3171':
  framework: fix bug for uninitialized variable
parents d21b9a9e eceb3171
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ public:
    static void doTextBounds(JNIEnv* env, const jchar* text, int count,
                             jobject bounds, const SkPaint& paint)
    {
        SkRect  r;
        SkRect  r{0,0,0,0};
        SkIRect ir;

        sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(&paint,