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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pipe/SkGPipePriv.h b/src/pipe/SkGPipePriv.h
index 447e7687c1..736930b652 100644
--- a/src/pipe/SkGPipePriv.h
+++ b/src/pipe/SkGPipePriv.h
@@ -42,7 +42,6 @@ enum DrawOps {
kDrawBitmap_DrawOp,
kDrawBitmapNine_DrawOp,
kDrawBitmapRectToRect_DrawOp,
- kDrawClear_DrawOp,
kDrawDRRect_DrawOp,
kDrawOval_DrawOp,
kDrawPaint_DrawOp,
@@ -134,9 +133,6 @@ enum {
kSaveLayer_HasPaint_DrawOpFlag = 1 << 1,
};
enum {
- kClear_HasColor_DrawOpFlag = 1 << 0
-};
-enum {
kDrawTextOnPath_HasMatrix_DrawOpFlag = 1 << 0
};
enum {