summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-10-04 18:35:16 -0700
committerCarl Worth <cworth@cworth.org>2006-10-05 12:31:50 -0700
commit9285a1f7fe88db760b7cf49c87ac9be613f21630 (patch)
treee77e2c16198e835c83d711b06d84306372dcc354 /perf/cairo-perf.h
parentf1db0135476a039ea43dfd67c56763b05aea2ec4 (diff)
perf: Add text test
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r--perf/cairo-perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h
index ec61254b..b2bcde8a 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -86,5 +86,6 @@ CAIRO_PERF_DECL (fill);
CAIRO_PERF_DECL (paint);
CAIRO_PERF_DECL (stroke);
CAIRO_PERF_DECL (tessellate);
+CAIRO_PERF_DECL (text);
#endif