commit | a0708e82dcc8a6b0e0927712b7ab340aae165738 | [log] [tgz] |
---|---|---|
author | Julia Lavrova <jlavrova@google.com> | Fri Feb 28 12:14:58 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Mar 02 15:48:52 2020 +0000 |
tree | 254ad28e92bb103d3fdddde93a1316405c79173e | |
parent | 43a8cc8010059b4ae34424dd7dbfc866b48fbea2 [diff] [blame] |
Bugs: skia: 9968 Move justification shifts into Run Change-Id: If1e7b87fd58ce791fc0e2ee9bdfb1b87ee6bb696 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/274197 Commit-Queue: Julia Lavrova <jlavrova@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>
diff --git a/modules/skparagraph/src/TextLine.h b/modules/skparagraph/src/TextLine.h index 216c747..6481730 100644 --- a/modules/skparagraph/src/TextLine.h +++ b/modules/skparagraph/src/TextLine.h
@@ -115,6 +115,8 @@ return fTextRange.contains(cluster->textRange()); } + void shiftCluster(const Cluster* cluster, SkScalar shift, SkScalar prevShift); + ParagraphImpl* fMaster; BlockRange fBlockRange; TextRange fTextRange;