aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBitmapTextContext.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-06-06 06:16:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-06 06:16:34 -0700
commit594069f0fe63c50cd6b176e218e04f381cc30182 (patch)
tree22f5594095a635fd2ba31f0411314ddaf9e00611 /src/gpu/GrBitmapTextContext.h
parentc250d2e4abdbe8193357696518592af8a0b4555a (diff)
Use vertex attribute for text color in GrBitmapTextContext
R=jvanverth@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/316063002
Diffstat (limited to 'src/gpu/GrBitmapTextContext.h')
-rw-r--r--src/gpu/GrBitmapTextContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h
index 23248ebf65..51193c82f9 100644
--- a/src/gpu/GrBitmapTextContext.h
+++ b/src/gpu/GrBitmapTextContext.h
@@ -45,7 +45,7 @@ private:
kDefaultRequestedVerts = kDefaultRequestedGlyphs * 4,
};
- SkPoint* fVertices;
+ void* fVertices;
int32_t fMaxVertices;
GrTexture* fCurrTexture;
int fCurrVertex;