| Index: gpu/command_buffer/service/gl_state_restorer_impl.cc
|
| diff --git a/gpu/command_buffer/service/gl_state_restorer_impl.cc b/gpu/command_buffer/service/gl_state_restorer_impl.cc
|
| index fe761453af6af610546a794f0ed32c4dfbbddfac..f6509031c4e95db1025b459c8753977ffd233f93 100644
|
| --- a/gpu/command_buffer/service/gl_state_restorer_impl.cc
|
| +++ b/gpu/command_buffer/service/gl_state_restorer_impl.cc
|
| @@ -31,9 +31,9 @@ void GLStateRestorerImpl::RestoreState(const gl::GLStateRestorer* prev_state) {
|
| restorer_impl ? restorer_impl->GetContextState() : NULL);
|
| }
|
|
|
| -void GLStateRestorerImpl::RestoreAllTextureUnitBindings() {
|
| +void GLStateRestorerImpl::RestoreAllTextureUnitAndSamplerBindings() {
|
| DCHECK(decoder_.get());
|
| - decoder_->RestoreAllTextureUnitBindings(NULL);
|
| + decoder_->RestoreAllTextureUnitAndSamplerBindings(NULL);
|
| }
|
|
|
| void GLStateRestorerImpl::RestoreActiveTexture() {
|
|
|