Index: tools/VisualBench/VisualBench.h |
diff --git a/tools/VisualBench/VisualBench.h b/tools/VisualBench/VisualBench.h |
index c1f61d95197432129129e879e5fdbacd65b8da1a..1920a52b2bebb832486e03bb1d7543551703eefc 100644 |
--- a/tools/VisualBench/VisualBench.h |
+++ b/tools/VisualBench/VisualBench.h |
@@ -48,6 +48,8 @@ private: |
void resetContext(); |
void setupRenderTarget(); |
bool onHandleChar(SkUnichar unichar) override; |
+ void tearDownContext(); |
+ void setupContext(); |
// support framework |
SkAutoTDelete<VisualModule> fModule; |