зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1538666: Fix typo in PathCapture::TransformedCopyToBuilder. r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D26335 --HG-- extra : rebase_source : 82cf8458d06c98de595afa6656a4712957ece96f
This commit is contained in:
Родитель
bd30279387
Коммит
d3803cedc6
|
@ -104,7 +104,7 @@ already_AddRefed<PathBuilder> PathCapture::TransformedCopyToBuilder(
|
|||
}
|
||||
void LineTo(const Point &aPoint) {
|
||||
PathOp newPathOp;
|
||||
newPathOp.mType = PathOp::OP_BEZIERTO;
|
||||
newPathOp.mType = PathOp::OP_LINETO;
|
||||
newPathOp.mP1 = mTransform->TransformPoint(aPoint);
|
||||
mVector->push_back(newPathOp);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче