diff options
author | Mike Reed <reed@google.com> | 2017-02-16 12:45:51 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-02-16 19:34:36 +0000 |
commit | ea91b118725f8004dd6dde5ef2d58bd7ccf9500d (patch) | |
tree | c9b62be73516f830de8fae75edd6a0622bcfaadb /include/core | |
parent | 7ad87938985e71f6f2d47200239322c4571a3c10 (diff) |
remove code for TextDecorations
BUG=skia:6250
Change-Id: I8c67c69017e0514b09f4583f5f2f9d16dec4f830
Reviewed-on: https://skia-review.googlesource.com/8497
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkCanvas.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h index 9d6614fffa..a7508f9fbb 100644 --- a/include/core/SkCanvas.h +++ b/include/core/SkCanvas.h @@ -1647,11 +1647,6 @@ private: // shared by save() and saveLayer() void internalSave(); void internalRestore(); - static void DrawRect(const SkDraw& draw, const SkPaint& paint, - const SkRect& r, SkScalar textSize); - static void DrawTextDecorations(const SkDraw& draw, const SkPaint& paint, - const char text[], size_t byteLength, - SkScalar x, SkScalar y); /* * Returns true if drawing the specified rect (or all if it is null) with the specified |