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

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

Issue 7979031: Code cleanup: rename DisallowedExtensions to DisallowedFeature. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | « content/common/gpu/gpu_command_buffer_stub.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
===================================================================
--- gpu/command_buffer/service/context_group.h (revision 102160)
+++ gpu/command_buffer/service/context_group.h (working copy)
@@ -28,7 +28,7 @@
class ProgramManager;
class ShaderManager;
class TextureManager;
-struct DisallowedExtensions;
+struct DisallowedFeatures;
// A Context Group helps manage multiple GLES2Decoders that share
// resources.
@@ -40,7 +40,7 @@
~ContextGroup();
// This should only be called by GLES2Decoder.
- bool Initialize(const DisallowedExtensions& disallowed_extensions,
+ bool Initialize(const DisallowedFeatures& disallowed_features,
const char* allowed_features);
// Sets the ContextGroup has having a lost context.
« no previous file with comments | « content/common/gpu/gpu_command_buffer_stub.cc ('k') | gpu/command_buffer/service/context_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698