| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| index cd7ef379cddcc1da0e093ac7e101fddd61c3aa1f..2aeaa61c47f1dc50549e2a85e2f471bdad841645 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| @@ -121,6 +121,7 @@ class GLES2DecoderPassthroughImpl : public GLES2Decoder {
|
| void RestoreProgramBindings() const override;
|
| void RestoreTextureState(unsigned service_id) const override;
|
| void RestoreTextureUnitBindings(unsigned unit) const override;
|
| + void RestoreVertexAttribArray(unsigned index) const override;
|
| void RestoreAllExternalTextureBindingsIfNeeded() override;
|
|
|
| void ClearAllAttributes() const override;
|
|
|