aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/bench_pictures_main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/bench_pictures_main.cpp b/tools/bench_pictures_main.cpp
index f6d6dea88a..f919812d13 100644
--- a/tools/bench_pictures_main.cpp
+++ b/tools/bench_pictures_main.cpp
@@ -75,19 +75,14 @@ static char const * const gFilterTypes[] = {
"line",
"bitmap",
"rect",
- "rrect",
"oval",
"path",
"text",
- "image",
"all",
};
static const size_t kFilterTypesCount = sizeof(gFilterTypes) / sizeof(gFilterTypes[0]);
-SK_COMPILE_ASSERT(kFilterTypesCount - 1u == SkDrawFilter::kTypeCount,
- filter_types_list_is_not_exact);
-
static char const * const gFilterFlags[] = {
"antiAlias",
"filterBitmap",