Prep #1 for making GrDrawState a class

Review URL: http://codereview.appspot.com/5437138/




git-svn-id: http://skia.googlecode.com/svn/trunk@2808 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrTesselatedPathRenderer.h b/src/gpu/GrTesselatedPathRenderer.h
index 18cead2..e783958 100644
--- a/src/gpu/GrTesselatedPathRenderer.h
+++ b/src/gpu/GrTesselatedPathRenderer.h
@@ -16,7 +16,7 @@
 public:
     GrTesselatedPathRenderer();
 
-    virtual void drawPath(GrDrawTarget::StageBitfield stages);
+    virtual void drawPath(GrDrawState::StageMask stageMask);
     virtual bool canDrawPath(const GrDrawTarget::Caps& targetCaps,
                              const GrPath& path,
                              GrPathFill fill,