| 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 b4e812c295c6becb5a29988c61d0631dc8b9123c..47b3dbf9761093b4ce1dc07e6c4b1a37763fce0b 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_;
|
| };
|
|
|
|
|