Index: include/gpu/SkGr.h |
diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h |
index 8025c956efe185f6be81ffce43aa38e059c0f683..026525be5d37993cc5a8ba7e6539c96e81ceac45 100644 |
--- a/include/gpu/SkGr.h |
+++ b/include/gpu/SkGr.h |
@@ -68,11 +68,6 @@ |
//////////////////////////////////////////////////////////////////////////////// |
-// The cache listens for these messages to purge junk resources proactively. |
-struct GrResourceInvalidatedMessage { |
- GrResourceKey key; |
-}; |
- |
bool GrIsBitmapInCache(const GrContext*, const SkBitmap&, const GrTextureParams*); |
GrTexture* GrRefCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams*); |