diff options
Diffstat (limited to 'tests/Test.h')
-rw-r--r-- | tests/Test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Test.h b/tests/Test.h index f87a7a07b2..2cbd00b594 100644 --- a/tests/Test.h +++ b/tests/Test.h @@ -104,6 +104,7 @@ namespace skiatest { fContext = GetContext(); } static GrContext* GetContext(); + static void DestroyContext(); protected: GrContext* fContext; private: |