| 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 9f6a376a721a2864d4a807392791f9cf87ec8dd4..9f5972402007ce04f5b73c9c60ea01ba1d2b1e8a 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| @@ -416,7 +416,6 @@ class GLES2ImplementationTest : public testing::Test {
|
| static const GLuint kTransformFeedbacksStartId = 1;
|
| static const GLuint kQueriesStartId = 1;
|
| static const GLuint kVertexArraysStartId = 1;
|
| - static const GLuint kValuebuffersStartId = 1;
|
|
|
| typedef MockTransferBuffer::ExpectedMemoryInfo ExpectedMemoryInfo;
|
|
|
| @@ -856,7 +855,6 @@ const GLuint GLES2ImplementationTest::kTexturesStartId;
|
| const GLuint GLES2ImplementationTest::kTransformFeedbacksStartId;
|
| const GLuint GLES2ImplementationTest::kQueriesStartId;
|
| const GLuint GLES2ImplementationTest::kVertexArraysStartId;
|
| -const GLuint GLES2ImplementationTest::kValuebuffersStartId;
|
| #endif
|
|
|
| TEST_F(GLES2ImplementationTest, Basic) {
|
|
|