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

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

Issue 10795037: Revert 147328 - Current status of patch: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/gl_mock.h ('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
===================================================================
--- gpu/command_buffer/service/context_group.h (revision 147496)
+++ gpu/command_buffer/service/context_group.h (working copy)
@@ -23,7 +23,6 @@
namespace gles2 {
-class ProgramCache;
class BufferManager;
class GLES2Decoder;
class FramebufferManager;
@@ -42,8 +41,7 @@
ContextGroup(
MailboxManager* mailbox_manager,
- bool bind_generates_resource,
- ProgramCache* program_cache);
+ bool bind_generates_resource);
// This should only be called by GLES2Decoder. This must be paired with a
// call to destroy if it succeeds.
@@ -151,8 +149,6 @@
uint32 max_varying_vectors_;
uint32 max_vertex_uniform_vectors_;
- ProgramCache* program_cache_;
-
scoped_ptr<BufferManager> buffer_manager_;
scoped_ptr<FramebufferManager> framebuffer_manager_;
« no previous file with comments | « gpu/command_buffer/common/gl_mock.h ('k') | gpu/command_buffer/service/context_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698