| Index: gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| index 29e86df716865e07a4381942f6a908db3ea57e11..37c149cb19ae95d628fb0f9fdc6b4517b6fe46e8 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| @@ -379,8 +379,7 @@ class GLES2ImplementationTest : public testing::Test {
|
| static const GLint kNumCompressedTextureFormats = 0;
|
| static const GLint kNumShaderBinaryFormats = 0;
|
| static const GLuint kStartId = 1024;
|
| - static const GLuint kBuffersStartId =
|
| - GLES2Implementation::kClientSideArrayId + 2 * kNumTestContexts;
|
| + static const GLuint kBuffersStartId = 1;
|
| static const GLuint kFramebuffersStartId = 1;
|
| static const GLuint kProgramsAndShadersStartId = 1;
|
| static const GLuint kRenderbuffersStartId = 1;
|
|
|