| Index: src/sksl/SkSLSPIRVCodeGenerator.h
|
| diff --git a/src/sksl/SkSLSPIRVCodeGenerator.h b/src/sksl/SkSLSPIRVCodeGenerator.h
|
| index e7b2b30232add79630e6cc265cd1ee007581eddb..2800a861b89008d0948eceabf1c8151203dcbb83 100644
|
| --- a/src/sksl/SkSLSPIRVCodeGenerator.h
|
| +++ b/src/sksl/SkSLSPIRVCodeGenerator.h
|
| @@ -115,7 +115,7 @@ private:
|
|
|
| SpvId writeFunction(const FunctionDefinition& f, std::ostream& out);
|
|
|
| - void writeGlobalVars(const VarDeclarations& v, std::ostream& out);
|
| + void writeGlobalVars(Program::Kind kind, const VarDeclarations& v, std::ostream& out);
|
|
|
| void writeVarDeclarations(const VarDeclarations& decl, std::ostream& out);
|
|
|
|
|