aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GMBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/GMBench.h')
-rw-r--r--bench/GMBench.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bench/GMBench.h b/bench/GMBench.h
index c9ec80c643..5a917ad2a7 100644
--- a/bench/GMBench.h
+++ b/bench/GMBench.h
@@ -20,6 +20,10 @@ public:
GMBench(skiagm::GM* gm);
~GMBench() override;
+ void modifyGrContextOptions(GrContextOptions* options) override {
+ return fGM->modifyGrContextOptions(options);
+ }
+
protected:
const char* onGetName() override;
bool isSuitableFor(Backend backend) override;