Commit 1f3c2913 authored by Florin Malita's avatar Florin Malita Committed by Commit Bot

Remove SK_SUPPORT_LEGACY_TEXT_BLOB

Removing this flag will allow skia to process text blobs
using the new glyph run code.

TBR=

Change-Id: Ib834240778121f628ac2b966211703e7a69588ef
Reviewed-on: https://chromium-review.googlesource.com/1153449Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578852}
parent b1471eca
...@@ -173,11 +173,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -173,11 +173,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_IGNORE_MATRIX_IMAGE_FILTER_FIX #define SK_IGNORE_MATRIX_IMAGE_FILTER_FIX
#endif #endif
// convert from text blob to glyph run
#ifndef SK_SUPPORT_LEGACY_TEXT_BLOB
#define SK_SUPPORT_LEGACY_TEXT_BLOB
#endif
// remove after rebaselining svg layout tests // remove after rebaselining svg layout tests
#ifndef SK_SUPPORT_LEGACY_SVG_ARC_TO #ifndef SK_SUPPORT_LEGACY_SVG_ARC_TO
#define SK_SUPPORT_LEGACY_SVG_ARC_TO #define SK_SUPPORT_LEGACY_SVG_ARC_TO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment