diff options
Diffstat (limited to 'perf/cairo-perf.c')
-rw-r--r-- | perf/cairo-perf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c index 0a1e370c..68e145bb 100644 --- a/perf/cairo-perf.c +++ b/perf/cairo-perf.c @@ -456,5 +456,6 @@ const cairo_perf_case_t perf_cases[] = { { rectangles, 512, 512}, { rounded_rectangles, 512, 512}, { long_dashed_lines, 512, 512}, + { composite_checker, 16, 512}, { NULL } }; |