| 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 b4e266777f8ddfaebaa135fdc367fd4b4226adef..7eba3fe58842d80c83ef0bd325536888f0c589e2 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| @@ -377,8 +377,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;
|
|
|