aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/GMBench.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/GMBench.cpp b/bench/GMBench.cpp
index 57b2316530..6037a8221c 100644
--- a/bench/GMBench.cpp
+++ b/bench/GMBench.cpp
@@ -22,6 +22,7 @@ bool GMBench::isSuitableFor(Backend backend) {
}
void GMBench::onDraw(int loops, SkCanvas* canvas) {
+ fGM->setMode(skiagm::GM::kBench_Mode);
// Do we care about timing the draw of the background (once)?
// Does the GM ever rely on drawBackground to lazily compute something?
fGM->drawBackground(canvas);