| 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 8447ee353804940f32b9f9b75cd8e31bf236c357..06766baf4259a6d160fd54c8b74b7ade4c3f9eb6 100644
|
| --- a/gpu/command_buffer/service/context_state.h
|
| +++ b/gpu/command_buffer/service/context_state.h
|
| @@ -194,6 +194,7 @@ struct GPU_EXPORT ContextState {
|
| void RestoreIndexedUniformBufferBindings(const ContextState* prev_state);
|
| void RestoreTextureUnitBindings(
|
| GLuint unit, const ContextState* prev_state) const;
|
| + void RestoreUnpackState() const;
|
|
|
| // Helper for getting cached state.
|
| bool GetStateAsGLint(
|
|
|