aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScalerContext.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2015-01-27 11:01:42 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-27 11:01:43 -0800
commit8ece6eb37b4f3c98587efa071ce565d26b156e9a (patch)
tree6d8a48fd74c2177fd1f565f8adf4d88fd13a3690 /src/core/SkScalerContext.h
parent52b64b45e98c7f0342ecbfb16a6da51065e8262a (diff)
Remove unused methods from SkScalerContext.
The methods getLocalMatrixWithoutTextSize and getSingleMatrixWithoutTextSize on SkScalerContext were added as a temporary measure for CoreText issues. Now that the CoreText SkScalerContext is using other means to fix these issues more completely, remove these now unused methods. Review URL: https://codereview.chromium.org/883833002
Diffstat (limited to 'src/core/SkScalerContext.h')
-rw-r--r--src/core/SkScalerContext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
index 88b52860fb..9d3bdc8a8f 100644
--- a/src/core/SkScalerContext.h
+++ b/src/core/SkScalerContext.h
@@ -82,9 +82,7 @@ struct SkScalerContextRec {
void getMatrixFrom2x2(SkMatrix*) const;
void getLocalMatrix(SkMatrix*) const;
- void getLocalMatrixWithoutTextSize(SkMatrix*) const;
void getSingleMatrix(SkMatrix*) const;
- void getSingleMatrixWithoutTextSize(SkMatrix*) const;
/** The kind of scale which will be applied by the underlying port (pre-matrix). */
enum PreMatrixScale {