| 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 f83ed23cadac4d8e80dd965354b81f8450e75860..a536cceab6b3dc4f842ca6d69f08f1852f3cc0b5 100644
|
| --- a/gpu/command_buffer/service/test_helper.h
|
| +++ b/gpu/command_buffer/service/test_helper.h
|
| @@ -35,6 +35,7 @@ class TestHelper {
|
| static const GLint kMaxRenderbufferSize = 1024;
|
| static const GLint kMaxTextureSize = 2048;
|
| static const GLint kMaxCubeMapTextureSize = 256;
|
| + static const GLint kMaxRectangleTextureSize = 64;
|
| static const GLint kNumVertexAttribs = 16;
|
| static const GLint kNumTextureUnits = 8;
|
| static const GLint kMaxTextureImageUnits = 8;
|
|
|