aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pipe/SkGPipePriv.h
diff options
context:
space:
mode:
authorGravatar derekf <derekf@osg.samsung.com>2015-01-26 12:59:06 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-26 12:59:06 -0800
commitb041efe2a825ea94c0a3805f1f8ca635c6c69dce (patch)
tree446e5bfca2295b8917d2599a028a8c1e49b20bd1 /src/pipe/SkGPipePriv.h
parentb0cce2c1d37d4bf5b89da6c70062209ac4e0e643 (diff)
Remove clear function from SkGPipe
Clear no longer exists. (It's now a drawPaint call) Review URL: https://codereview.chromium.org/881563002
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 {