aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDrawFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkDrawFilter.h')
-rw-r--r--include/core/SkDrawFilter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/core/SkDrawFilter.h b/include/core/SkDrawFilter.h
index 26771beae5..52cbba9d20 100644
--- a/include/core/SkDrawFilter.h
+++ b/include/core/SkDrawFilter.h
@@ -35,11 +35,10 @@ public:
kOval_Type,
kPath_Type,
kText_Type,
- kImage_Type,
};
enum {
- kTypeCount = kImage_Type + 1
+ kTypeCount = kText_Type + 1
};
/**