| 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 f6ab1099d398541589956335e28866ec7cdf8e31..52333302123f1242243bb9ecae753e3208f79845 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| @@ -123,7 +123,7 @@ class GLES2DecoderPassthroughImpl : public GLES2Decoder {
|
|
|
| // Restore States.
|
| void RestoreActiveTexture() const override;
|
| - void RestoreAllTextureUnitBindings(
|
| + void RestoreAllTextureUnitAndSamplerBindings(
|
| const ContextState* prev_state) const override;
|
| void RestoreActiveTextureUnitBinding(unsigned int target) const override;
|
| void RestoreBufferBinding(unsigned int target) override;
|
|
|