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

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

Issue 621673002: command_buffer: Remove unused shared id code (GenSharedIdsCHROMIUM, ...) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/common/id_allocator.cc ('k') | gpu/command_buffer/service/context_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 163e7de3027cca2af2610b2289735bb48ee79def..ae4550cbda0dfc9397d8dafc271ae9afd94de580 100644
--- a/gpu/command_buffer/service/context_group.h
+++ b/gpu/command_buffer/service/context_group.h
@@ -21,7 +21,6 @@
namespace gpu {
-class IdAllocatorInterface;
class TransferBufferManagerInterface;
namespace gles2 {
@@ -151,8 +150,6 @@ class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {
return transfer_buffer_manager_.get();
}
- IdAllocatorInterface* GetIdAllocator(unsigned namespace_id);
-
uint32 GetMemRepresented() const;
// Loses all the context associated with this group.
@@ -208,9 +205,6 @@ class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {
scoped_ptr<ShaderManager> shader_manager_;
- linked_ptr<IdAllocatorInterface>
- id_namespaces_[id_namespaces::kNumIdNamespaces];
-
scoped_refptr<FeatureInfo> feature_info_;
std::vector<base::WeakPtr<gles2::GLES2Decoder> > decoders_;
« no previous file with comments | « gpu/command_buffer/common/id_allocator.cc ('k') | gpu/command_buffer/service/context_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698