| 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 3d2f089e953f3805b8587b593d64e21cae7e0e69..72ffc3098f6baeee57516e1ab0ef9e38b582c6ab 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| @@ -383,6 +383,7 @@ class GLES2ImplementationTest : public testing::Test {
|
| static const GLuint kTexturesStartId = 1;
|
| static const GLuint kQueriesStartId = 1;
|
| static const GLuint kVertexArraysStartId = 1;
|
| + static const GLuint kValuebuffersStartId = 1;
|
|
|
| typedef MockTransferBuffer::ExpectedMemoryInfo ExpectedMemoryInfo;
|
|
|
| @@ -755,6 +756,7 @@ const GLuint GLES2ImplementationTest::kRenderbuffersStartId;
|
| const GLuint GLES2ImplementationTest::kTexturesStartId;
|
| const GLuint GLES2ImplementationTest::kQueriesStartId;
|
| const GLuint GLES2ImplementationTest::kVertexArraysStartId;
|
| +const GLuint GLES2ImplementationTest::kValuebuffersStartId;
|
| #endif
|
|
|
| TEST_F(GLES2ImplementationTest, Basic) {
|
|
|