| Index: gpu/command_buffer/common/gles2_cmd_utils.h
|
| diff --git a/gpu/command_buffer/common/gles2_cmd_utils.h b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| index 9dd8f28546cc33b48b452bd09eb07ef93b5c2c8e..1661247d313a6521e429b4e8c05c1b52087c29fb 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -191,6 +191,8 @@ class GLES2_UTILS_EXPORT GLES2Util {
|
| uint64_t v64, uint32_t* v32_0, uint32_t* v32_1);
|
| static uint64_t MapTwoUint32ToUint64(uint32_t v32_0, uint32_t v32_1);
|
|
|
| + static uint32_t MapBufferTargetToBindingEnum(uint32_t target);
|
| +
|
| #include "../common/gles2_cmd_utils_autogen.h"
|
|
|
| private:
|
|
|