am c1eff085: am e5905684: am eceb3171: am f4afc401: Merge "framework: fix bug for uninitialized variable"
* commit 'c1eff0857ebc6abce48ba8c267ab32109dd45ef0': framework: fix bug for uninitialized variable
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user