| Index: gpu/command_buffer/service/disk_cache_proto.proto
|
| diff --git a/gpu/command_buffer/service/disk_cache_proto.proto b/gpu/command_buffer/service/disk_cache_proto.proto
|
| index b1059a6338694f59e2587294c6530a69ba545568..05c6ea0404c67345142f225021c84d1316c74908 100644
|
| --- a/gpu/command_buffer/service/disk_cache_proto.proto
|
| +++ b/gpu/command_buffer/service/disk_cache_proto.proto
|
| @@ -32,6 +32,7 @@ message ShaderProto {
|
| repeated ShaderAttributeProto attribs = 2;
|
| repeated ShaderUniformProto uniforms = 3;
|
| repeated ShaderVaryingProto varyings = 4;
|
| + repeated ShaderAttributeProto output_variables = 5;
|
| }
|
|
|
| message GpuProgramProto {
|
|
|