Chromium Code Reviews| Index: src/gpu/GrBitmapTextContext.h |
| diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h |
| index c9bb9fdb78ac27f96a07e847a4eeb134c2fa549f..b9d5ce78d51ebfbba24833381081cc04b95f409f 100644 |
| --- a/src/gpu/GrBitmapTextContext.h |
| +++ b/src/gpu/GrBitmapTextContext.h |
| @@ -48,7 +48,7 @@ |
| int32_t fMaxVertices; |
| GrTexture* fCurrTexture; |
| SkAutoTUnref<GrEffect> fCachedEffect; |
| - uint64_t fEffectTextureInstanceID; |
| + uint32_t fEffectTextureGenID; |
| int fCurrVertex; |
| SkRect fVertexBounds; |
| }; |