Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Unified Diff: gpu/command_buffer/service/context_state.h

Issue 1135943002: Pull in various gpu/command_buffer fixes from chromium (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/service/context_group.cc ('k') | gpu/command_buffer/service/context_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
};
« no previous file with comments | « gpu/command_buffer/service/context_group.cc ('k') | gpu/command_buffer/service/context_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698