зеркало из https://github.com/mozilla/moz-skia.git
Fix Android only code in SkDraw for 7317.
git-svn-id: http://skia.googlecode.com/svn/trunk@7322 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
6340a41108
Коммит
f38f93c118
|
@ -2141,7 +2141,7 @@ void SkDraw::drawPosTextOnPath(const char text[], size_t byteLength,
|
|||
// End copied from SkTextToPathIter constructor
|
||||
|
||||
// detach cache
|
||||
SkGlyphCache* cache = tempPaint.detachCache(NULL);
|
||||
SkGlyphCache* cache = tempPaint.detachCache(NULL, NULL);
|
||||
|
||||
// Must set scale, even if 1
|
||||
SkScalar scale = SK_Scalar1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче