Index: src/gpu/GrSWMaskHelper.h |
diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h |
index b274e84c66d7164f9ea8151910c56ad2638ea66d..697d6f3a490c584437fe3eb43270cadcc8b8ba10 100644 |
--- a/src/gpu/GrSWMaskHelper.h |
+++ b/src/gpu/GrSWMaskHelper.h |
@@ -38,7 +38,7 @@ class GrDrawTarget; |
* The result of this process will be the final mask (on the GPU) in the |
* upper left hand corner of the texture. |
*/ |
-class GrSWMaskHelper : public SkNoncopyable { |
+class GrSWMaskHelper : SkNoncopyable { |
public: |
GrSWMaskHelper(GrContext* context) |
: fContext(context) { |