Index: gpu/command_buffer/service/context_group.h |
diff --git a/gpu/command_buffer/service/context_group.h b/gpu/command_buffer/service/context_group.h |
index dce75c6e6e9b8785da6265b7974e0899d49c3535..ad2c5df0b19b3873d134a230008c31f5acd4fbf5 100644 |
--- a/gpu/command_buffer/service/context_group.h |
+++ b/gpu/command_buffer/service/context_group.h |
@@ -251,8 +251,6 @@ class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> { |
bool QueryGLFeatureU(GLenum pname, GLint min_required, uint32* v); |
bool HaveContexts(); |
- ContextType context_type_; |
- |
scoped_refptr<MailboxManager> mailbox_manager_; |
scoped_refptr<MemoryTracker> memory_tracker_; |
scoped_refptr<ShaderTranslatorCache> shader_translator_cache_; |
@@ -308,5 +306,3 @@ class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> { |
} // namespace gpu |
#endif // GPU_COMMAND_BUFFER_SERVICE_CONTEXT_GROUP_H_ |
- |
- |