aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gm/gm.h')
-rw-r--r--gm/gm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gm/gm.h b/gm/gm.h
index e69cfc0a1b..bb20c9cf59 100644
--- a/gm/gm.h
+++ b/gm/gm.h
@@ -49,6 +49,8 @@ namespace skiagm {
kSkipPDFRasterization_Flag = 1 << 8,
kGPUOnly_Flag = 1 << 9,
+
+ kAsBench_Flag = 1 << 10, // Run the GM as a benchmark in the bench tool
};
void draw(SkCanvas*);