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 e7de1427102ff26293d644cb4d9b3ebb2049fb93..0985a2c3b9ec5813e594095f01c646ade4f45cc0 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
@@ -126,7 +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 RestoreBufferBinding(unsigned int target) override; |
void RestoreBufferBindings() const override; |
void RestoreFramebufferBindings() const override; |
void RestoreRenderbufferBindings() override; |