Chromium Code Reviews| Index: include/gpu/SkGr.h |
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h |
| index 06239e65680a2cbbc81b923eaf335d8bd9da1a66..1dc1a0e1428eb2301fdfe76884307a567c6114e4 100644 |
| --- a/include/gpu/SkGr.h |
| +++ b/include/gpu/SkGr.h |
| @@ -70,7 +70,7 @@ static inline GrColor SkColor2GrColorJustAlpha(SkColor c) { |
| // The cache listens for these messages to purge junk resources proactively. |
| struct GrResourceInvalidatedMessage { |
| - GrResourceKey key; |
| + GrContentKey fKey; |
| }; |
| bool GrIsBitmapInCache(const GrContext*, const SkBitmap&, const GrTextureParams*); |