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

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

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

* commit 'e5905684':
  framework: fix bug for uninitialized variable
parents e136a728 e5905684
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -792,7 +792,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,