| Index: gpu/command_buffer/service/test_helper.h
|
| diff --git a/gpu/command_buffer/service/test_helper.h b/gpu/command_buffer/service/test_helper.h
|
| index 28a6a84d7a6d128dadc24333d2aeee9e44ecaf4a..de06dffca817ebb092736c5cc237ae991c20c2a2 100644
|
| --- a/gpu/command_buffer/service/test_helper.h
|
| +++ b/gpu/command_buffer/service/test_helper.h
|
| @@ -46,6 +46,7 @@ class TestHelper {
|
| static const GLint kMaxTextureSize = 2048;
|
| static const GLint kMaxCubeMapTextureSize = 2048;
|
| static const GLint kMax3DTextureSize = 1024;
|
| + static const GLint kMaxArrayTextureLayers = 256;
|
| static const GLint kMaxRectangleTextureSize = 64;
|
| static const GLint kNumVertexAttribs = 16;
|
| static const GLint kNumTextureUnits = 8;
|
|
|