blob: 9ca1de26bd2b96057c5bd81801967b9da5917f91 [file] [log] [blame]
/*
* Copyright 2014 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrSKSLPrettyPrint_DEFINED
#define GrSKSLPrettyPrint_DEFINED
#include "src/sksl/SkSLString.h"
namespace GrSKSLPrettyPrint {
SkSL::String PrettyPrint(const SkSL::String& string);
};
#endif