Index: src/gpu/GrBufferAllocPool.h |
diff --git a/src/gpu/GrBufferAllocPool.h b/src/gpu/GrBufferAllocPool.h |
index 809fa5f4265728040574270df6adc8d1c3261a3a..9a31cc2a9acb781b6e2275f2003fcc30086bb3e9 100644 |
--- a/src/gpu/GrBufferAllocPool.h |
+++ b/src/gpu/GrBufferAllocPool.h |
@@ -27,7 +27,7 @@ class GrGpu; |
* a number of buffers to preallocate can be specified. These will |
* be allocated at the min size and kept around until the pool is destroyed. |
*/ |
-class GrBufferAllocPool : public SkNoncopyable { |
+class GrBufferAllocPool : SkNoncopyable { |
public: |
/** |
* Ensures all buffers are unlocked and have all data written to them. |