blob: 3e81c4b00953b8bc56a6bec8873600717a130bca [file] [log] [blame]
/*
* Copyright 2020 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkSLBench_DEFINED
#define SkSLBench_DEFINED
#include "include/core/SkTypes.h"
class NanoJSONResultsWriter;
void RunSkSLModuleBenchmarks(NanoJSONResultsWriter*);
#endif