fix for skiaserve build error
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1651443002 TBR=jcgregorio@google.com Review URL: https://codereview.chromium.org/1651443002
This commit is contained in:
parent
4d9eaea174
commit
c05f7c3d57
@ -197,6 +197,7 @@ void Renderer::getPaint(Json::Value& command, SkPaint* result) {
|
||||
SkASSERT(false);
|
||||
textAlign = SkPaint::kLeft_Align;
|
||||
}
|
||||
result->setTextAlign(textAlign);
|
||||
}
|
||||
if (jsonPaint.isMember(SKJSONCANVAS_ATTRIBUTE_TEXTSIZE)) {
|
||||
float textSize = jsonPaint[SKJSONCANVAS_ATTRIBUTE_TEXTSIZE].asFloat();
|
||||
|
Loading…
Reference in New Issue
Block a user