diff options
Diffstat (limited to 'gpu/command_buffer/service/context_state.h')
-rw-r--r-- | gpu/command_buffer/service/context_state.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gpu/command_buffer/service/context_state.h b/gpu/command_buffer/service/context_state.h index b4e812c..47b3dbf 100644 --- a/gpu/command_buffer/service/context_state.h +++ b/gpu/command_buffer/service/context_state.h @@ -211,10 +211,12 @@ struct GPU_EXPORT ContextState { bool pack_reverse_row_order; bool ignore_cached_state; - mutable bool fbo_binding_for_scissor_workaround_dirty_; - FeatureInfo* feature_info_; + mutable bool fbo_binding_for_scissor_workaround_dirty; private: + void EnableDisable(GLenum pname, bool enable) const; + + FeatureInfo* feature_info_; scoped_ptr<ErrorState> error_state_; }; |