Index: src/gpu/effects/GrTextureStripAtlas.h |
diff --git a/src/gpu/effects/GrTextureStripAtlas.h b/src/gpu/effects/GrTextureStripAtlas.h |
index e06e273e26b6dbbd2707ccfc3bb5270d24bc23c6..5227cc38bd720078f32f24d7962d73a49ae50d5b 100644 |
--- a/src/gpu/effects/GrTextureStripAtlas.h |
+++ b/src/gpu/effects/GrTextureStripAtlas.h |
@@ -79,7 +79,7 @@ private: |
* The state of a single row in our cache, next/prev pointers allow these to be chained |
* together to represent LRU status |
*/ |
- struct AtlasRow : public SkNoncopyable { |
+ struct AtlasRow : SkNoncopyable { |
AtlasRow() : fKey(kEmptyAtlasRowKey), fLocks(0), fNext(NULL), fPrev(NULL) { } |
// GenerationID of the bitmap that is represented by this row, 0xffffffff means "empty" |
uint32_t fKey; |