| Index: src/sksl/SkSLSPIRVCodeGenerator.h
|
| diff --git a/src/sksl/SkSLSPIRVCodeGenerator.h b/src/sksl/SkSLSPIRVCodeGenerator.h
|
| index caae20114d31f3e264339bfafa2b6ee78bfccafd..e7b2b30232add79630e6cc265cd1ee007581eddb 100644
|
| --- a/src/sksl/SkSLSPIRVCodeGenerator.h
|
| +++ b/src/sksl/SkSLSPIRVCodeGenerator.h
|
| @@ -115,9 +115,9 @@ private:
|
|
|
| SpvId writeFunction(const FunctionDefinition& f, std::ostream& out);
|
|
|
| - void writeGlobalVars(const VarDeclaration& v, std::ostream& out);
|
| + void writeGlobalVars(const VarDeclarations& v, std::ostream& out);
|
|
|
| - void writeVarDeclaration(const VarDeclaration& decl, std::ostream& out);
|
| + void writeVarDeclarations(const VarDeclarations& decl, std::ostream& out);
|
|
|
| SpvId writeVariableReference(const VariableReference& ref, std::ostream& out);
|
|
|
|
|