Skip to content
Snippets Groups Projects
Commit 474fcc44 authored by Mike Reed's avatar Mike Reed
Browse files

remove reference to skia vertical-text (never set/used)

Test: make

See https://bugs.chromium.org/p/skia/issues/detail?id=8487

Change-Id: I185ffb3251aa154da55b0615f5837d9d090e5963
parent f666e362
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ uint32_t MinikinFontSkia::packPaintFlags(const SkPaint* paint) {
// select only flags that might affect text layout
flags &= (SkPaint::kAntiAlias_Flag | SkPaint::kFakeBoldText_Flag | SkPaint::kLinearText_Flag |
SkPaint::kSubpixelText_Flag | SkPaint::kEmbeddedBitmapText_Flag |
SkPaint::kAutoHinting_Flag | SkPaint::kVerticalText_Flag);
SkPaint::kAutoHinting_Flag);
flags |= (hinting << 16);
return flags;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment