Index: gpu/command_buffer/service/test_helper.cc |
diff --git a/gpu/command_buffer/service/test_helper.cc b/gpu/command_buffer/service/test_helper.cc |
index 9deac87222707d154cd76e868859a8f6c7315ad4..3de75d5a223ef0c8b43f7b2f5d9ef8e75ced20ca 100644 |
--- a/gpu/command_buffer/service/test_helper.cc |
+++ b/gpu/command_buffer/service/test_helper.cc |
@@ -92,7 +92,9 @@ void TestHelper::SetupTextureManagerInitExpectations( |
} |
void TestHelper::SetupContextGroupInitExpectations( |
- ::gfx::MockGLInterface* gl, const char* extensions) { |
+ ::gfx::MockGLInterface* gl, |
+ const DisallowedExtensions& disallowed_extensions, |
+ const char* extensions) { |
InSequence sequence; |
SetupFeatureInfoInitExpectations(gl, extensions); |