Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: src/core/SkScalerContext.h

Issue 883833002: Remove unused methods from SkScalerContext. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkScalerContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkScalerContext.h
diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
index 88b52860fb88503fe69e7a64db7cc66dcbcb92cf..9d3bdc8a8f1e29e7fdedd623ea279c2f4d4d8931 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 {
« no previous file with comments | « no previous file | src/core/SkScalerContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698