aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScalerContext.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2014-08-18 07:57:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-18 07:57:35 -0700
commitec730b9cafaa3b2a4df7e7ceb3ab50601796fbe5 (patch)
tree730d398dbead63c7b738a9db0bf630efe26a768c /src/core/SkScalerContext.h
parent8a986721926f77aba3772acb5d1c575072acd05c (diff)
Remove fOrigFontID from SkScalerContextRec.
With the recent Android changes and removal of chaining, this is no longer used. R=djsollen@google.com, reed@google.com Author: bungeman@google.com Review URL: https://codereview.chromium.org/476713003
Diffstat (limited to 'src/core/SkScalerContext.h')
-rw-r--r--src/core/SkScalerContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
index 609e9dd673..337b2e077a 100644
--- a/src/core/SkScalerContext.h
+++ b/src/core/SkScalerContext.h
@@ -25,7 +25,6 @@ class SkRasterizer;
* than a nested struct inside SkScalerContext (where it started).
*/
struct SkScalerContextRec {
- uint32_t fOrigFontID;
uint32_t fFontID;
SkScalar fTextSize, fPreScaleX, fPreSkewX;
SkScalar fPost2x2[2][2];