diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c index 6b4851321..615acc940 100644 --- a/perf/cairo-perf.c +++ b/perf/cairo-perf.c @@ -154,8 +154,6 @@ main (int argc, char *argv[]) continue; if (cairo_test_target && ! strstr (cairo_test_target, target->name)) continue; - if (target->content == CAIRO_CONTENT_COLOR) - continue; for (j = 0; perfs[j].name; j++) { perf = &perfs[j]; for (size = perf->min_size; size <= perf->max_size; size *= 2) {