| 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 3c302af9bedcfa95e72e8d283c3e4eae25c425c5..4ff35b5d6318b5bd840dddd66ce1ccd52dace819 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -175,11 +175,12 @@ class GLES2_UTILS_EXPORT GLES2Util {
|
|
|
| static size_t GLTargetToFaceIndex(uint32_t target);
|
|
|
| - static uint32_t GetGLReadPixelsImplementationFormat(
|
| - uint32_t internal_format);
|
| + static uint32_t GetGLReadPixelsAdditionalFormat(uint32_t internal_format,
|
| + uint32_t texture_type);
|
|
|
| - static uint32_t GetGLReadPixelsImplementationType(
|
| - uint32_t internal_format, uint32_t texture_type);
|
| + static uint32_t GetGLReadPixelsTypeForAdditionalFormat(
|
| + uint32_t internal_format,
|
| + uint32_t texture_type);
|
|
|
| // Returns a bitmask for the channels the given format supports.
|
| // See ChannelBits.
|
|
|