| Index: include/gpu/gl/GrGLSLPrettyPrint.h
|
| diff --git a/include/gpu/gl/GrGLSLPrettyPrint.h b/include/gpu/gl/GrGLSLPrettyPrint.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7273aaa3fc37ce76b5729b1e8295facd03ec0c0d
|
| --- /dev/null
|
| +++ b/include/gpu/gl/GrGLSLPrettyPrint.h
|
| @@ -0,0 +1,16 @@
|
| +/*
|
| + * 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 GrGLSLPrettyPrint_DEFINED
|
| +#define GrGLSLPrettyPrint_DEFINED
|
| +
|
| +#include "SkString.h"
|
| +
|
| +namespace GrGLSLPrettyPrint {
|
| + SkString PrettyPrintGLSL(const SkString& input, bool countlines);
|
| +};
|
| +
|
| +#endif /* GRGLPRETTYPRINTSL_H_ */
|
|
|