aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/nanobench.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
index 2dfd33f594..c808183b19 100644
--- a/bench/nanobench.cpp
+++ b/bench/nanobench.cpp
@@ -282,6 +282,9 @@ static void create_configs(SkTDArray<Config>* configs) {
GPU_CONFIG(nvprmsaa16, kNVPR_GLContextType, 16)
GPU_CONFIG(debug, kDebug_GLContextType, 0)
GPU_CONFIG(nullgpu, kNull_GLContextType, 0)
+#ifdef SK_ANGLE
+ GPU_CONFIG(angle, kANGLE_GLContextType, 0)
+#endif
}
#endif
}