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

Unified Diff: gpu/command_buffer/service/test_helper.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
Index: gpu/command_buffer/service/test_helper.h
===================================================================
--- gpu/command_buffer/service/test_helper.h (revision 102160)
+++ gpu/command_buffer/service/test_helper.h (working copy)
@@ -10,7 +10,7 @@
namespace gpu {
namespace gles2 {
-struct DisallowedExtensions;
+struct DisallowedFeatures;
class TestHelper {
public:
@@ -38,7 +38,7 @@
static void SetupContextGroupInitExpectations(
::gfx::MockGLInterface* gl,
- const DisallowedExtensions& disallowed_extensions,
+ const DisallowedFeatures& disallowed_features,
const char* extensions);
static void SetupFeatureInfoInitExpectations(
::gfx::MockGLInterface* gl, const char* extensions);
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc ('k') | gpu/command_buffer/service/test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698