aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pipe/SkGPipePriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipe/SkGPipePriv.h')
-rw-r--r--src/pipe/SkGPipePriv.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/pipe/SkGPipePriv.h b/src/pipe/SkGPipePriv.h
index b4c108ef53..611849fa14 100644
--- a/src/pipe/SkGPipePriv.h
+++ b/src/pipe/SkGPipePriv.h
@@ -56,9 +56,16 @@ enum DrawOps {
kSkew_DrawOp,
kTranslate_DrawOp,
- // these edit paints
kPaintOp_DrawOp,
- kDefineTypeface_DrawOp,
+
+ kDef_ColorFilter_DrawOp,
+ kDef_DrawLooper_DrawOp,
+ kDef_MaskFilter_DrawOp,
+ kDef_PathEffect_DrawOp,
+ kDef_Rasterizer_DrawOp,
+ kDef_Shader_DrawOp,
+ kDef_Typeface_DrawOp,
+ kDef_Xfermode_DrawOp,
// these are signals to playback, not drawing verbs
kDone_DrawOp,