| 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 f6432a744a95ba8611828c05bc8501d60d2a0b54..c590b159594e9fbf3e595dc09877afaed4612d30 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -141,6 +141,8 @@ class GLES2_UTILS_EXPORT GLES2Util {
|
|
|
| static uint32_t IndexToGLFaceTarget(int index);
|
|
|
| + static size_t GLTargetToFaceIndex(uint32_t target);
|
| +
|
| static uint32_t GetPreferredGLReadPixelsFormat(uint32_t internal_format);
|
|
|
| static uint32_t GetPreferredGLReadPixelsType(
|
|
|