| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| index e1f8c3f61bbc039c99a48a95408339e43b671ec8..f6c0070beaa47881336169606ff1c181ed493c18 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| @@ -411,6 +411,9 @@ void GLES2DecoderPassthroughImpl::RestoreTextureState(
|
| void GLES2DecoderPassthroughImpl::RestoreTextureUnitBindings(
|
| unsigned unit) const {}
|
|
|
| +void GLES2DecoderPassthroughImpl::RestoreVertexAttribArray(
|
| + unsigned index) const {}
|
| +
|
| void GLES2DecoderPassthroughImpl::RestoreAllExternalTextureBindingsIfNeeded() {}
|
|
|
| void GLES2DecoderPassthroughImpl::ClearAllAttributes() const {}
|
|
|