| Index: gpu/command_buffer/service/context_state.h
|
| diff --git a/gpu/command_buffer/service/context_state.h b/gpu/command_buffer/service/context_state.h
|
| index c2479cba2137996bf278057050697c2cab2ba4dd..2697e155424fa5c7f5d67dc20e9d191b09185220 100644
|
| --- a/gpu/command_buffer/service/context_state.h
|
| +++ b/gpu/command_buffer/service/context_state.h
|
| @@ -104,6 +104,7 @@ struct GPU_EXPORT ContextState {
|
|
|
| void RestoreActiveTexture() const;
|
| void RestoreAllTextureUnitBindings(const ContextState* prev_state) const;
|
| + void RestoreActiveTextureUnitBinding(unsigned int target) const;
|
| void RestoreAttribute(GLuint index) const;
|
| void RestoreBufferBindings() const;
|
| void RestoreGlobalState() const;
|
|
|