From f1942de288ad593b1348029aefaad2cf99ad57ea Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Wed, 30 Aug 2017 14:50:22 -0400 Subject: Suppress file output for the gltestthreading config Bug: skia: Change-Id: Icd905ea7e60a05bc3903eb85d111dcf73ce2c4dd Reviewed-on: https://skia-review.googlesource.com/40690 Reviewed-by: Greg Daniel Commit-Queue: Brian Osman --- dm/DMSrcSink.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dm/DMSrcSink.h') diff --git a/dm/DMSrcSink.h b/dm/DMSrcSink.h index 8b6ee0e5f4..c1af4d01b5 100644 --- a/dm/DMSrcSink.h +++ b/dm/DMSrcSink.h @@ -344,6 +344,11 @@ public: Error draw(const Src&, SkBitmap*, SkWStream*, SkString*) const override; + const char* fileExtension() const override { + // Suppress writing out results from this config - we just want to do our matching test + return nullptr; + } + private: std::unique_ptr fExecutor; -- cgit v1.2.3