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 455ab8d9e250e0ac3cf5ddce3136ab6ed96c3bc0..e7de1427102ff26293d644cb4d9b3ebb2049fb93 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
@@ -126,6 +126,7 @@ class GLES2DecoderPassthroughImpl : public GLES2Decoder { |
void RestoreAllTextureUnitBindings( |
const ContextState* prev_state) const override; |
void RestoreActiveTextureUnitBinding(unsigned int target) const override; |
+ void RestoreBufferBinding(unsigned int target) const override; |
void RestoreBufferBindings() const override; |
void RestoreFramebufferBindings() const override; |
void RestoreRenderbufferBindings() override; |
@@ -133,6 +134,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) override; |
void RestoreAllExternalTextureBindingsIfNeeded() override; |
void ClearAllAttributes() const override; |